https://github.com/angular/angular
Raw File
Tip revision: b311eb0975c43a3eeb043ce1330cb3b3a87aeebc authored by Victor Berchet on 11 December 2015, 02:14:47 UTC
080469f fix(HtmlParser): allow ng-content elements regardless the namespace
Tip revision: b311eb0
animate.d.ts
export { Animation } from './src/animate/animation';
export { AnimationBuilder } from './src/animate/animation_builder';
export { BrowserDetails } from './src/animate/browser_details';
export { CssAnimationBuilder } from './src/animate/css_animation_builder';
export { CssAnimationOptions } from './src/animate/css_animation_options';
back to top