-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: use genrule to generate example module #17615
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
build: use genrule to generate example module #17615
Conversation
f13e741
to
97ac76b
Compare
b30e044
to
7042b92
Compare
7042b92
to
caf0cfe
Compare
Since we no longer use NGC for generating the package output of the examples, we can start using the genrule for the `ExampleModule` again. This means that we can fully remove the example module tasks from gulp. Additionally renames the `material-examples` package to `components-examples` and removes the `module.ts` workaround for the examples since we do not need a flat module index file with ngtsc.
caf0cfe
to
5181897
Compare
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.
LGTM
Caretaker note: the docs-site will need a corresponding update |
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.
LGTM
Make glob less confusing
@devversion can you link a PR for the material.angular.io side changes so I can merge them together? |
There is no PR yet. I planned on doing the docs PR once this PR is merged and the docs content has been pushed to the docs-content repo. |
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. |
Since we no longer use NGC for generating the package output
of the examples, we can start using the genrule for the
ExampleModule
again.This means that we can fully remove the example module tasks from gulp. Additionally
renames the
material-examples
package toexamples
and removes themodule.ts
workaround for the examples since we do not need a flat module index file with ngtsc.