source: Farmatiko/wwwroot/src/app/app.module.ts@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 393 bytes
Line 
1import { BrowserModule } from '@angular/platform-browser';
2import { NgModule } from '@angular/core';
3
4import { AppRoutingModule } from './app-routing.module';
5import { AppComponent } from './app.component';
6
7@NgModule({
8 declarations: [
9 AppComponent
10 ],
11 imports: [
12 BrowserModule,
13 AppRoutingModule
14 ],
15 providers: [],
16 bootstrap: [AppComponent]
17})
18export class AppModule { }
Note: See TracBrowser for help on using the repository browser.