In a derived service class with no decorator (and therefore no factory) of its own, the factory function of the base class will be used instead. Previously this logic had a bug where the factory function would be called with no arguments, which would incorrectly create an instance of the base class. This commit adds logic to call the base class' factory and pass the type of the derived class, which will correctly construct an instance of the derived class using the base class' factory. A test is also added to verify correctness of this behavior. PR Close #30855
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
build: set symlink_node_modules = False for yarn_install in main WORKSPACE and bazel schematics (#30627)
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%