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 description goes here. This is a short and to the point one or two sentence description that easily introduces the reader to the class.
-
- 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>)
- }
-
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. -
- constructor(element: any, keyframes: {
- [key: string]: string | number;
- }[], duration: number, delay: number, easing: string, previousPlayers: any[])
-
Property | -Type | -Description | -
---|---|---|
- Property1
- |
- - | Description goes here | -
- Property2
- |
- Type | -Description goes here | -
- Property3
- |
- Type | -Description goes here | -
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-
-
- 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-
- 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. - |
-
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.
-