Skip to content

Commit b15d1f3

Browse files
delastevehansl
authored andcommitted
refactor(@angular/cli): move ng2 blueprint to ng (angular#4932)
1 parent b498549 commit b15d1f3

34 files changed

Lines changed: 4 additions & 4 deletions

packages/@angular/cli/addon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = require('../models/config');
55
const path = require('path');
66

77
module.exports = {
8-
name: 'ng2',
8+
name: 'ng',
99

1010
config: function () {
1111
this.project.ngConfigObj = this.project.ngConfigObj || config.CliConfig.fromProject();

packages/@angular/cli/blueprints/ng2/files/.editorconfig renamed to packages/@angular/cli/blueprints/ng/files/.editorconfig

File renamed without changes.
File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app-routing.module.ts renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app-routing.module.ts

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app.component.__styleext__ renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.__styleext__

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app.component.html renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.html

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app.component.spec.ts renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.spec.ts

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app.component.ts renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.ts

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/app/app.module.ts renamed to packages/@angular/cli/blueprints/ng/files/__path__/app/app.module.ts

File renamed without changes.

packages/@angular/cli/blueprints/ng2/files/__path__/assets/.gitkeep renamed to packages/@angular/cli/blueprints/ng/files/__path__/assets/.gitkeep

File renamed without changes.

0 commit comments

Comments
 (0)