-
Notifications
You must be signed in to change notification settings - Fork 26.6k
2.1.x #14164
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
2.1.x #14164
Conversation
This benchmark tracks the generated file size for large forms as well as the time to create and destroy many form fields.
originally cherry-picked from 445e592
All of `@angular/compiler` is private, so we can export everything we need directly.
- for now only wraps the `@Input` properties and calls to `ngOnInit`, `ngDoCheck` and `ngOnChanges` of directives. - also groups eval sources by NgModule. Part of angular#11683
…ed after NavigationCancel
…pressions (angular#12396) Fixes angular#12004 Closes angular#12071
I put an extractor into your extract so you can extract while you extract. This allows integrators to call Extractor as a library. Also refactors Extractor a bit so that callers need fewer arguments or arguments that are at the right semantic level. The refactoring causes no function change.
See The Angular Style Guide, [Section 2.2 - Separate File Names with Dots and Dashes](https://angular.io/docs/ts/latest/guide/style-guide.html#!#02-02)
…for aux routes Closes angular#11345
…ng from a componentless routes
This is important so that we don’t generate things multiple times.
They are replaced by generated visitor functions `view.visitRootNodes` / `view.visitProjectableNodes`.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
hi there. I'm not sure what you are trying to do, but this PR is not right. I'm going to close it. You can read instructions on how to send us PRs here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md |
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. |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: