Skip to content

Commit

Permalink
fix(showcase): set @angular/compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqi73 committed Jun 5, 2019
1 parent c185a8d commit 6471d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/site/_site/doc/app/share/nz-codebox/stack-blitz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class AppModule { }`;
dependencies: {
rxjs : '^6.3.3',
'@angular/cdk' : '^7.0.0',
'@angular/compiler' : '^7.0.0',
'@angular/core' : '^7.0.0',
'@angular/forms' : '^7.0.0',
'@angular/http' : '^7.0.0',
Expand Down

0 comments on commit 6471d29

Please sign in to comment.