chore: rename Angular 2 to simply Angular (#2402)

This commit is contained in:
Jesús Rodríguez
2016-09-20 05:24:40 +02:00
committed by Ward Bell
parent 730c93b5bd
commit 693f6ae462
104 changed files with 202 additions and 202 deletions
@@ -42,7 +42,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
var angular_repo_path = path.resolve(__dirname, '../../../../angular');
// confirm that the angular repo is actually there.
if (!fs.existsSync(angular_repo_path)) {
throw new Error('build-api-docs task requires the angular2 repo to be at ' + angular_repo_path);
throw new Error('build-api-docs task requires the angular repo to be at ' + angular_repo_path);
}
readTypeScriptModules.basePath = path.resolve(angular_repo_path, 'modules');
readTypeScriptModules.ignoreExportsMatching = [/^_/];