angular-cn/modules/@angular/compiler/index.ts

27 lines
681 B
TypeScript
Raw Normal View History

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
2016-07-21 16:56:58 -04:00
/**
* @module
* @description
* Entry point for all APIs of the compiler package.
*
* <div class="callout is-critical">
* <header>Unstable APIs</header>
* <p>
* All compiler apis are currently considered experimental and private!
* </p>
* <p>
* We expect the APIs in this package to keep on changing. Do not rely on them.
* </p>
* </div>
2016-07-21 16:56:58 -04:00
*/
export * from './src/index';
2016-07-21 16:56:58 -04:00
// This file only reexports content of the `src` folder. Keep it that way.