Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add a generated helper function to load examples (angular#26968)
* build: add a generated helper function to load examples This new helper removes the examples' reliance on internal APF structure and naming. Currently the examples hard code the ECMAScript version into the application which can and will change over time. The helper function also removes the need to use Webpack-specific magic comments in the documentation website to prevent unwanted files from being loaded. The recent updates to the APF for v16 required several manual changes to both the examples and the documentation site which will no longer be needed in the future. This change retains the existing functionality to allow for the documentation site to be updated with the new functionality. Once updated, additional cleanup is possible to remove the then unused loading functionality. * fixup! build: add a generated helper function to load examples
- Loading branch information