Skip to content

Commit

Permalink
Step 1.7: Create AppModule
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 24d1202 commit 0b31cce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/imports/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

@NgModule({
imports: [
BrowserModule
]
})
export class AppModule {}

0 comments on commit 0b31cce

Please sign in to comment.