docs: add tests for lazy loading angularjs example (#30622)
PR Close #30622
This commit is contained in:
@ -57,6 +57,11 @@ BOILERPLATE_PATHS.schematics = [
|
||||
'angular.json'
|
||||
];
|
||||
|
||||
BOILERPLATE_PATHS['cli-ajs'] = [
|
||||
...cliRelativePath,
|
||||
'package.json'
|
||||
];
|
||||
|
||||
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';
|
||||
|
||||
class ExampleBoilerPlate {
|
||||
|
Reference in New Issue
Block a user