docs: add tests for lazy loading angularjs example (#30622)

PR Close #30622
This commit is contained in:
Brandon
2019-05-22 14:30:31 -05:00
committed by Alex Rickabaugh
parent 81332150aa
commit 2b5d52fbdc
11 changed files with 201 additions and 12 deletions

View File

@ -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 {