-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Ivy libraries and workspace #15186
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
Ivy libraries and workspace #15186
Changes from all commits
125a08a
95e06ea
e686e2a
20fe005
2724797
71c5512
e2d79c6
aecf467
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,12 +19,6 @@ | |
| }, | ||
| "x-prompt": "What name would you like to use for the application?" | ||
| }, | ||
| "enableIvy": { | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this is experimental, I don't think we need to deprecate.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I think that's ok.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't we still need this option? The migration won't run until 9 so the option won't be at the root tsconfig yet. |
||
| "description": "**EXPERIMENTAL** True to create a new app that uses the Ivy rendering engine.", | ||
| "type": "boolean", | ||
| "default": false, | ||
| "x-user-analytics": 8 | ||
| }, | ||
| "inlineStyle": { | ||
| "description": "When true, includes styles inline in the root component.ts file. Only CSS styles can be included inline. Default is false, meaning that an external styles file is created and referenced in the root component.ts file.", | ||
| "type": "boolean", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "extends": "./tsconfig.lib.json", | ||
| "angularCompilerOptions": { | ||
| "skipTemplateCodegen": true, | ||
| "strictMetadataEmit": true, | ||
| "enableResourceInlining": true, | ||
| "enableIvy": false | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.