Skip to content

Commit ad6afa0

Browse files
committed
fix(lib): updated schematics related code
1 parent 0e86ff0 commit ad6afa0

File tree

7 files changed

+1
-225
lines changed

7 files changed

+1
-225
lines changed

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ export * from './latest-versions';
88
export * from './ng-ast-utils';
99
export * from './parse-name';
1010
export * from './paths';
11-
export * from './project';
1211
export * from './validation';
13-
export * from './workspace-models';

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/project.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/angular/workspace-models.ts

Lines changed: 0 additions & 157 deletions
This file was deleted.

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/material/ast.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

projects/angular-material-extensions/google-maps-autocomplete/schematics/helpers/material/get-project.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
export * from './ast/ng-module-imports';
2-
export * from './ast';
32
export * from './build-component';
4-
export * from './get-project';
53
export * from './package-config';

projects/angular-material-extensions/google-maps-autocomplete/schematics/ng-add/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export function installPackageJsonDependencies(): Rule {
5555
export function addModuleToImports(options: any): Rule {
5656
return (host: Tree, context: SchematicContext) => {
5757
const workspace = getWorkspace(host);
58+
// @ts-ignore
5859
const project = getProjectFromWorkspace(workspace, options.project);
5960
const moduleName = 'MatGoogleMapsAutocompleteModule';
6061
const agmCoreModule = 'AgmCoreModule.forRoot()';

0 commit comments

Comments
 (0)