From 8977b9690ed1379bcfed69fe72c17585ce55b95e Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 18 May 2018 06:35:06 +0100 Subject: [PATCH] docs(aio): remove unused guide doc (#24000) This was erroneously committed into master, when it was really only supposed to demo what the pages might look like. PR Close #24000 --- aio/content/guide/api-page-class.md | 175 ---------------------------- 1 file changed, 175 deletions(-) delete mode 100644 aio/content/guide/api-page-class.md diff --git a/aio/content/guide/api-page-class.md b/aio/content/guide/api-page-class.md deleted file mode 100644 index 989bd0f327..0000000000 --- a/aio/content/guide/api-page-class.md +++ /dev/null @@ -1,175 +0,0 @@ - -
-

Class Name

-
-
- - -
-

Class description goes here. This is a short and to the point one or two sentence description that easily introduces the reader to the class.

-
-
-

Overview

-
-        class Compiler {
-    compileModuleSync<T>(moduleType: Type<T>): NgModuleFactory<T>
-    compileModuleAsync<T>(moduleType: Type<T>): Promise<NgModuleFactory<T>>
-    compileModuleAndAllComponentsSync<T>(moduleType: Type<T>): ModuleWithComponentFactories<T>
-    compileModuleAndAllComponentsAsync<T>(moduleType: Type<T>): Promise<ModuleWithComponentFactories<T>>
-    clearCache(): void
-    clearCacheFor(type: Type<any>)
-    }
-        
-
-
-

Description

-

The longer class description goes here which can include multiple paragraphs.

-

Bacon ipsum dolor amet pork belly capicola sirloin venison alcatra ground round ham hock jowl turkey picanha bresaola pancetta brisket chicken fatback. Burgdoggen kevin salami jowl shoulder jerky leberkas meatball. Ham hock picanha burgdoggen pork belly rump bacon cupim. Bacon kielbasa sirloin shank strip steak ground round. Bresaola cow salami meatloaf pork chop leberkas flank turducken biltong meatball chuck pork tri-tip chicken. Ribeye corned beef shoulder, meatloaf strip steak jerky porchetta capicola alcatra ham.

-

Subclasses

- -

See Also

- -
-
-

Constructor

- -
   
-        constructor(element: any, keyframes: {
-        [key: string]: string | number;
-    }[], duration: number, delay: number, easing: string, previousPlayers: any[])
-        
-
-
-

Properties

- - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyTypeDescription
- Property1 - Description goes here
- Property2 - TypeDescription goes here
- Property3 - TypeDescription goes here
-
-
-

Methods

- - - - - - - - - - - -
Method1Name( )
-

Description goes here

-
-

Bacon ipsum dolor amet pork belly capicola sirloin venison alcatra ground round ham hock jowl turkey picanha bresaola pancetta brisket chicken fatback. Burgdoggen kevin salami jowl shoulder jerky leberkas meatball. Ham hock picanha burgdoggen pork belly rump bacon cupim. Bacon kielbasa sirloin shank strip steak ground round. Bresaola cow salami meatloaf pork chop leberkas flank turducken biltong meatball chuck pork tri-tip chicken. Ribeye corned beef shoulder, meatloaf strip steak jerky porchetta capicola alcatra ham.

-
- - - - - - - - - - - -
Method2Name( )
-

Description goes here

-
-
Declaration
- -
-                    class AnimationBuilder {build(animation: AnimationMetadata | AnimationMetadata[]): AnimationFactory}
-
-
-
Parameters
-
Returns
-

Returns information and results goes here.

-
Errors
-

Error information goes here

-
-

Further details provided as needed. Bacon ipsum dolor amet pork belly capicola sirloin venison alcatra ground round ham hock jowl turkey picanha bresaola pancetta brisket chicken fatback. Burgdoggen kevin salami jowl shoulder jerky leberkas meatball.


-
Overloads
- - - - - - - - - - - -
- -
   
-        constructor(element: any, keyframes: {
-        [key: string]: string | number;
-    }[], duration: number, delay: number, easing: string, previousPlayers: any[])
-        
-
Description goes here
- -
   
-        constructor(element: any, keyframes: {
-        [key: string]: string | number;
-    }[], duration: number, delay: number, easing: string, previousPlayers: any[])
-        
-
Description goes here
-
-
Example: Descriptive Title of Method Example
-

Bacon ipsum dolor amet pork belly capicola sirloin venison alcatra ground round ham hock jowl turkey picanha bresaola pancetta brisket chicken fatback. Burgdoggen kevin salami jowl shoulder jerky leberkas meatball. Ham hock picanha burgdoggen pork belly rump bacon cupim. Bacon kielbasa sirloin shank strip steak ground round. Bresaola cow salami meatloaf pork chop leberkas flank turducken biltong meatball chuck pork tri-tip chicken. Ribeye corned beef shoulder, meatloaf strip steak jerky porchetta capicola alcatra ham.

-
-
-
-

Example: Descriptive Title of Combined Example Goes Here

-

Intro description text about what the example is and how it can be used.

- -
   
-        constructor(element: any, keyframes: {
-        [key: string]: string | number;
-    }[], duration: number, delay: number, easing: string, previousPlayers: any[])
-        
-

Further explanation provided as needed. Bacon ipsum dolor amet pork belly capicola sirloin venison alcatra ground round ham hock jowl turkey picanha bresaola pancetta brisket chicken fatback. Burgdoggen kevin salami jowl shoulder jerky leberkas meatball.

-
-
\ No newline at end of file