build: add warning about changing ngtools_api2

This commit is contained in:
Filipe Silva
2017-10-19 14:07:35 +01:00
committed by Alex Rickabaugh
parent 820bb7bd8c
commit 14380ff086
4 changed files with 36 additions and 2 deletions

View File

@ -13,6 +13,12 @@
* something else.
*/
/**
*********************************************************************
* Changes to this file need to be approved by the Angular CLI team. *
*********************************************************************
*/
import {AotCompilerHost, AotSummaryResolver, StaticReflector, StaticSymbolCache, StaticSymbolResolver} from '@angular/compiler';
import * as ts from 'typescript';

View File

@ -15,6 +15,12 @@
* Once the ngc api is public and stable, this can be removed.
*/
/**
*********************************************************************
* Changes to this file need to be approved by the Angular CLI team. *
*********************************************************************
*/
import {ParseSourceSpan} from '@angular/compiler';
import * as ts from 'typescript';

View File

@ -12,6 +12,13 @@
* This API should be stable for NG 2. It can be removed in NG 4..., but should be replaced by
* something else.
*/
/**
*********************************************************************
* Changes to this file need to be approved by the Angular CLI team. *
*********************************************************************
*/
import {AotCompilerHost, StaticReflector, StaticSymbol, core} from '@angular/compiler';