docs: in doc comments, replace [aA]ngular2 with Angular (#15463)

This commit is contained in:
Ward Bell
2017-03-27 09:44:35 -07:00
committed by Victor Berchet
parent 6605dd1c7c
commit 816b389759
12 changed files with 27 additions and 27 deletions

View File

@ -11,7 +11,7 @@
/**
* Extract i18n messages from source code
*/
// Must be imported first, because angular2 decorators throws on load.
// Must be imported first, because Angular decorators throw on load.
import 'reflect-metadata';
import * as tsc from '@angular/tsc-wrapped';