diff --git a/public/docs/_examples/animations/ts/README.md b/public/docs/_examples/animations/ts/README.md deleted file mode 100644 index d734dbc224..0000000000 --- a/public/docs/_examples/animations/ts/README.md +++ /dev/null @@ -1 +0,0 @@ -This example folder is in a WIP state as Animations are not merged into Angular yet. diff --git a/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts b/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts index 090f407e50..621d144a1f 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts @@ -7,7 +7,8 @@ import { animate, transition } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts b/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts index 702e902cf5..4bd42e1616 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts @@ -11,7 +11,8 @@ import { animate } from '@angular/core'; // #enddocregion imports -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-combined-transitions.component.ts b/public/docs/_examples/animations/ts/app/hero-list-combined-transitions.component.ts index 8847cb7ece..09f1137d82 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-combined-transitions.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-combined-transitions.component.ts @@ -1,16 +1,17 @@ // #docregion // #docregion imports import { - Component, - Input, - trigger, - state, - style, - transition, - animate + Component, + Input, + trigger, + state, + style, + transition, + animate } from '@angular/core'; // #enddocregion imports -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-enter-leave-states.component.ts b/public/docs/_examples/animations/ts/app/hero-list-enter-leave-states.component.ts index f6e90faa7c..f9cb6ef31c 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-enter-leave-states.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-enter-leave-states.component.ts @@ -7,7 +7,8 @@ import { animate, transition } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-enter-leave.component.ts b/public/docs/_examples/animations/ts/app/hero-list-enter-leave.component.ts index b0f75420be..e9c195d610 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-enter-leave.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-enter-leave.component.ts @@ -7,7 +7,8 @@ import { animate, transition } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-groups.component.ts b/public/docs/_examples/animations/ts/app/hero-list-groups.component.ts index 627806752d..d6753c1ac6 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-groups.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-groups.component.ts @@ -8,7 +8,8 @@ import { transition, group } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-inline-styles.component.ts b/public/docs/_examples/animations/ts/app/hero-list-inline-styles.component.ts index 1e68421d35..c38750297a 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-inline-styles.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-inline-styles.component.ts @@ -1,15 +1,16 @@ // #docregion // #docregion imports import { - Component, - Input, - trigger, - style, - transition, - animate + Component, + Input, + trigger, + style, + transition, + animate } from '@angular/core'; // #enddocregion imports -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-multistep.component.ts b/public/docs/_examples/animations/ts/app/hero-list-multistep.component.ts index 5469944ef0..0af3dfd167 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-multistep.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-multistep.component.ts @@ -8,7 +8,8 @@ import { transition, keyframes } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-timings.component.ts b/public/docs/_examples/animations/ts/app/hero-list-timings.component.ts index f6a3810f42..bba68095a6 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-timings.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-timings.component.ts @@ -7,7 +7,8 @@ import { animate, transition } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-list-twoway.component.ts b/public/docs/_examples/animations/ts/app/hero-list-twoway.component.ts index 3febe7602d..7ec8060ee7 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-twoway.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-twoway.component.ts @@ -1,16 +1,17 @@ // #docregion // #docregion imports import { - Component, - Input, - trigger, - state, - style, - transition, - animate + Component, + Input, + trigger, + state, + style, + transition, + animate } from '@angular/core'; // #enddocregion imports -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; @Component({ moduleId: module.id, diff --git a/public/docs/_examples/animations/ts/app/hero-team-builder.component.ts b/public/docs/_examples/animations/ts/app/hero-team-builder.component.ts index 3673d9acea..0fe279188c 100644 --- a/public/docs/_examples/animations/ts/app/hero-team-builder.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-team-builder.component.ts @@ -1,7 +1,8 @@ import { Component } from '@angular/core'; -import { Heroes } from './hero.service'; + +import { Heroes } from './hero.service'; import { HeroListBasicComponent } from './hero-list-basic.component'; -import { HeroListInlineStylesComponent } from './hero-list-inline-styles.component'; +import { HeroListInlineStylesComponent } from './hero-list-inline-styles.component'; import { HeroListEnterLeaveComponent } from './hero-list-enter-leave.component'; import { HeroListEnterLeaveStatesComponent } from './hero-list-enter-leave-states.component'; import { HeroListCombinedTransitionsComponent } from './hero-list-combined-transitions.component'; diff --git a/public/docs/_examples/animations/ts/app/main.ts b/public/docs/_examples/animations/ts/app/main.ts index 2b1229fd9e..3c8422e790 100644 --- a/public/docs/_examples/animations/ts/app/main.ts +++ b/public/docs/_examples/animations/ts/app/main.ts @@ -1,4 +1,5 @@ import { bootstrap } from '@angular/platform-browser-dynamic'; + import { HeroTeamBuilderComponent } from './hero-team-builder.component'; bootstrap(HeroTeamBuilderComponent); diff --git a/public/docs/_examples/animations/ts/dist/index.html b/public/docs/_examples/animations/ts/dist/index.html deleted file mode 100644 index 1dee2eb46f..0000000000 --- a/public/docs/_examples/animations/ts/dist/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - -
- - - - -