File tree Expand file tree Collapse file tree 11 files changed +45
-61
lines changed
material/schematics/ng-add Expand file tree Collapse file tree 11 files changed +45
-61
lines changed Original file line number Diff line number Diff line change 4949 "zone.js" : " ^0.9.0"
5050 },
5151 "devDependencies" : {
52- "@angular-devkit/core" : " 7.3.7 " ,
53- "@angular-devkit/schematics" : " 7.3.7 " ,
52+ "@angular-devkit/core" : " ^8.0.0-rc.1 " ,
53+ "@angular-devkit/schematics" : " ^8.0.0-rc.1 " ,
5454 "@angular/bazel" : " ^8.0.0-rc.1" ,
5555 "@angular/compiler-cli" : " ^8.0.0-rc.1" ,
5656 "@angular/platform-browser-dynamic" : " ^8.0.0-rc.1" ,
6363 "@bazel/typescript" : " ^0.27.12" ,
6464 "@firebase/app-types" : " ^0.3.2" ,
6565 "@octokit/rest" : " ^15.9.4" ,
66- "@schematics/angular" : " 7.3.7 " ,
66+ "@schematics/angular" : " ^8.0.0-rc.1 " ,
6767 "@types/browser-sync" : " ^0.0.42" ,
6868 "@types/chalk" : " ^0.4.31" ,
6969 "@types/fs-extra" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010import { SchematicsException , Tree } from '@angular-devkit/schematics' ;
1111import { Schema as ComponentOptions } from '@schematics/angular/component/schema' ;
1212import { addImportToModule } from '@schematics/angular/utility/ast-utils' ;
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceSchema , WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceSchema , WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010import { SchematicsException } from '@angular-devkit/schematics' ;
1111
1212/**
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010import { SchematicsException } from '@angular-devkit/schematics' ;
1111import { getProjectTargetOptions } from './project-targets' ;
1212
Original file line number Diff line number Diff line change 77 */
88
99import { normalize } from '@angular-devkit/core' ;
10- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
10+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1111import { getProjectTargetOptions } from './project-targets' ;
1212
1313/** Regular expression that matches all possible Angular CLI default style files. */
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010import { SchematicsException } from '@angular-devkit/schematics' ;
1111
1212/** Resolves the architect options for the build target of the given project. */
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010
1111
1212/**
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
9+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
1010import { SchematicsException } from '@angular-devkit/schematics' ;
1111import { getProjectTargetOptions } from '@angular/cdk/schematics' ;
1212
Original file line number Diff line number Diff line change 11import { normalize } from '@angular-devkit/core' ;
2- import { WorkspaceProject } from '@angular-devkit/core/src/workspace' ;
2+ import { WorkspaceProject } from '@angular-devkit/core/src/experimental/ workspace' ;
33import { Tree } from '@angular-devkit/schematics' ;
44import { SchematicTestRunner } from '@angular-devkit/schematics/testing' ;
55import {
Original file line number Diff line number Diff line change 77 */
88
99import { normalize } from '@angular-devkit/core' ;
10- import { WorkspaceProject , WorkspaceSchema } from '@angular-devkit/core/src/workspace' ;
10+ import { WorkspaceProject , WorkspaceSchema } from '@angular-devkit/core/src/experimental/ workspace' ;
1111import { SchematicsException , Tree } from '@angular-devkit/schematics' ;
1212import {
1313 getProjectFromWorkspace ,
You can’t perform that action at this time.
0 commit comments