Skip to content

Commit

Permalink
feat(@angular/cli): add @nguniversal/* to ng version
Browse files Browse the repository at this point in the history
Closes #9959
  • Loading branch information
Alan Agius authored and vikerman committed Mar 13, 2019
1 parent 937dc63 commit e0acac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/cli/commands/version-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class VersionCommand extends Command<VersionCommandSchema> {
/^@angular\/.*/,
/^@angular-devkit\/.*/,
/^@ngtools\/.*/,
/^@nguniversal\/.*/,
/^@schematics\/.*/,
/^rxjs$/,
/^typescript$/,
Expand Down

0 comments on commit e0acac9

Please sign in to comment.