Initial Angular project

This commit is contained in:
Geomitron
2020-02-02 19:26:14 -05:00
parent 09cb5d2c5c
commit 66038d9e76
16 changed files with 38 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser'
import { NgModule } from '@angular/core'
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { AppRoutingModule } from './app-routing.module'
import { AppComponent } from './app.component'
@NgModule({
declarations: [
@@ -15,4 +15,4 @@ import { AppComponent } from './app.component';
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
export class AppModule { }