docs: add ngmodule api doc (#25618)

PR Close #25618
This commit is contained in:
Judy Bogart
2018-08-22 08:52:19 -07:00
committed by Ben Lesh
parent f91b0455c0
commit dd5e35ee67
6 changed files with 53 additions and 21 deletions

View File

@ -11,7 +11,9 @@ import {BrowserModule} from '@angular/platform-browser';
import {BROWSER_ANIMATIONS_PROVIDERS, BROWSER_NOOP_ANIMATIONS_PROVIDERS} from './providers';
/**
* @experimental Animation support is experimental.
* Exports `BrowserModule` with additional [dependency-injection providers](guide/glossary#provider)
* for use with animations. See [Animations](guide/animations).
* @experimental
*/
@NgModule({
exports: [BrowserModule],
@ -21,7 +23,8 @@ export class BrowserAnimationsModule {
}
/**
* @experimental Animation support is experimental.
* A null player that must be imported to allow disabling of animations.
* @experimental
*/
@NgModule({
exports: [BrowserModule],