-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: Component Styles guide for CLI #19791
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
Conversation
67f7edd
to
0d22125
Compare
You can preview 0d22125 at https://pr19791-0d22125.ngbuilds.io/. |
0d22125
to
cfd5eaa
Compare
You can preview cfd5eaa at https://pr19791-cfd5eaa.ngbuilds.io/. |
cfd5eaa
to
77e3946
Compare
You can preview 77e3946 at https://pr19791-77e3946.ngbuilds.io/. |
@@ -4,7 +4,8 @@ | |||
"files": [ | |||
"!**/*.d.ts", | |||
"!**/*.js", | |||
"!**/*.native.*" | |||
"!**/*.native.*", | |||
"!**/*.[1].*" |
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.
OOC, isn't [1]
the same as 1
?
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.
maybe, but we are using that syntax everywhere because sometimes we have more values than 1
|
||
<code-example path="component-styles/src/app/hero-app.component.ts" title="src/app/hero-app.component.ts"> | ||
|
||
<code-example path="component-styles/src/app/hero-app.component.ts" title="src/app/hero-app.component.ts (CSS inline"> |
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.
(CSS inline
--> (CSS inline)
77e3946
to
1cf4181
Compare
You can preview 1cf4181 at https://pr19791-1cf4181.ngbuilds.io/. |
missing:
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Issue #19510
PR Checklist
Please check if your PR fulfills the following requirements: