Skip to content

Commit 387cffe

Browse files
committed
fix(lib): solved issues related to the schematics
1 parent 34f2ae8 commit 387cffe

File tree

6 files changed

+1
-66
lines changed

6 files changed

+1
-66
lines changed

projects/angular-material-extensions/password-strength/schematics/helpers/angular/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ 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';
1312
export * from './workspace-models';

projects/angular-material-extensions/password-strength/schematics/helpers/angular/project.ts

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

projects/angular-material-extensions/password-strength/schematics/helpers/material/ast.ts

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

projects/angular-material-extensions/password-strength/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/password-strength/schematics/ng-add/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function installPackageJsonDependencies(): Rule {
5353
export function addModuleToImports(options: any): Rule {
5454
return (host: Tree, context: SchematicContext) => {
5555
const workspace = getWorkspace(host);
56+
// @ts-ignore
5657
const project = getProjectFromWorkspace(workspace, options.project);
5758
const moduleName = 'MatPasswordStrengthModule';
5859

0 commit comments

Comments
 (0)