-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Angular: Bundle using TSup #31690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Angular: Bundle using TSup #31690
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ddf43fc
Have the angular framework be bundled by TSup
ndelangen d3375d8
Merge branch 'next' into norbert/angular-bundled
ndelangen 060f355
cleanup
ndelangen b3b741b
bundle in core-webpack
ndelangen 9d8ee0b
make import of types with type directive
ndelangen 9952d34
no more webpack-env
ndelangen 864df58
fix type check
ndelangen f6b3b87
Update previewProd path resolution in Angular preset to use getAbsolu…
ndelangen 67e62fb
Fix ElementRef import in doc-directive.directive.ts to ensure proper …
ndelangen be821f2
Fix ElementRef imports in multiple components to ensure proper depend…
ndelangen 6082fe8
Enhance dependency injection in di.component.ts by adding missing Inj…
ndelangen bc20ea3
Merge branch 'next' into norbert/angular-bundled
ndelangen e515e1e
Merge branch 'next' into norbert/angular-bundled
ndelangen ff80503
Refactor import statement for DomSanitizer in html.component.ts to co…
ndelangen 32ad973
Merge branch 'next' into norbert/angular-bundled
ndelangen b28d212
Refactor import statements in Angular components to ensure proper dep…
ndelangen 6810f6a
Merge branch 'next' into norbert/angular-bundled
ndelangen c0b0e86
Merge branch 'next' into norbert/angular-bundled
ndelangen 5135c20
Merge branch 'next' into norbert/angular-bundled
ndelangen eef4990
Merge branch 'next' into norbert/angular-bundled
ndelangen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "builders": { | ||
| "build-storybook": { | ||
| "implementation": "./dist/builders/build-storybook", | ||
| "schema": "./build-schema.json", | ||
| "description": "Build storybook" | ||
| }, | ||
| "start-storybook": { | ||
| "implementation": "./dist/builders/start-storybook", | ||
| "schema": "./start-schema.json", | ||
| "description": "Start storybook" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
18 changes: 10 additions & 8 deletions
18
code/frameworks/angular/src/builders/build-storybook/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
18 changes: 10 additions & 8 deletions
18
code/frameworks/angular/src/builders/start-storybook/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
code/frameworks/angular/src/builders/utils/run-compodoc.spec.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
code/frameworks/angular/src/builders/utils/standalone-options.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
code/frameworks/angular/src/client/angular-beta/AbstractRenderer.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
code/frameworks/angular/src/client/angular-beta/CanvasRenderer.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
code/frameworks/angular/src/client/angular-beta/ComputesTemplateFromComponent.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
code/frameworks/angular/src/client/angular-beta/ComputesTemplateFromComponent.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
code/frameworks/angular/src/client/angular-beta/DocsRenderer.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
code/frameworks/angular/src/client/angular-beta/StorybookModule.test.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
code/frameworks/angular/src/client/angular-beta/StorybookModule.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
code/frameworks/angular/src/client/angular-beta/StorybookProvider.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for future reference, this is the main change