export declare const defaultAppModule = "import { NgModule } from '@angular/core'\nimport { BrowserModule } from '@angular/platform-browser'\n\nimport { AppComponent } from './app.component'\n\n@NgModule({\n declarations: [AppComponent],\n imports: [BrowserModule],\n providers: [],\n bootstrap: [AppComponent],\n})\nexport class AppModule {}\n"; export declare const appModuleWithMoreDeclarations = "import { NgModule } from '@angular/core'\nimport { BrowserModule } from '@angular/platform-browser'\n\nimport { AppComponent } from './app.component'\n\n@NgModule({\n declarations: [\n AnotherComponent,\n AppComponent,\n CreativelyNamedComponent,\n MagicalComponent,\n SomeComponent,\n ],\n imports: [BrowserModule],\n providers: [],\n bootstrap: [AppComponent],\n})\nexport class AppModule {}\n"; export declare const appModuleWithMoreImports = "import { NgModule } from '@angular/core'\nimport { BrowserModule } from '@angular/platform-browser'\n\nimport { AppComponent } from './app.component'\n\n@NgModule({\n declarations: [AppComponent],\n imports: [\n AModule,\n AnotherModule,\n BrowserModule,\n CoolModule,\n DemonstrationModule,\n TestingModule,\n YoMamasModule,\n ZebraModule,\n ],\n providers: [],\n bootstrap: [AppComponent],\n})\nexport class AppModule {}\n"; export declare const defaultAppComponentHtml = "\n\n\n\n\n\n\n\n\n\n\n\n
\n \n Welcome\n
\n \n \n \n \n \n \n \n \n \n \n \n \n
\n\n
\n\n \n
\n\n \n Rocket Ship\n \n \n \n \n \n \n \n \n\n {{ title }} app is running!\n\n \n Rocket Ship Smoke\n \n \n\n
\n\n \n

Resources

\n

Here are some links to help you get started:

\n\n
\n \n \n\n Learn Angular\n\n \n\n \n \n\n CLI Documentation\n\n \n \n\n \n \n\n Angular Blog\n\n \n \n\n \n \n Angular DevTools\n\n \n \n\n
\n\n \n

Next Steps

\n

What do you want to do next with your app?

\n\n \n\n
\n
\n \n\n New Component\n
\n\n
\n \n\n Angular Material\n
\n\n
\n \n\n Add PWA Support\n
\n\n
\n \n\n Add Dependency\n
\n\n
\n \n\n Run and Watch Tests\n
\n\n
\n \n\n Build for Production\n
\n
\n\n \n
\n
ng generate component xyz
\n
ng add @angular/material
\n
ng add @angular/pwa
\n
ng add _____
\n
ng test
\n
ng build
\n
\n\n \n
\n \n \n \n \n \n \n \n \n \n\n \n \n Angular CLI Logo\n \n \n \n \n \n \n \n \n \n\n \n \n Meetup Logo\n \n \n \n\n \n \n Discord Logo\n \n \n \n \n
\n\n \n \n\n \n Gray Clouds Background\n \n \n\n
\n\n\n\n\n\n\n\n\n"; //# sourceMappingURL=AngularCodeGenerationMockData.d.ts.map