Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeeshmarthy committed Aug 24, 2017
1 parent d3c7f04 commit e88dd3b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 0 additions & 7 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
import { Component } from '@angular/core';

@Component({
selector: 'my-app',
template: `<h1>Hello {{name}}</h1>`,
})
export class AppComponent { name = 'Angular'; }
11 changes: 0 additions & 11 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { AppComponent } from './app.component';

@NgModule({
imports: [ BrowserModule ],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ]
})
export class AppModule { }
5 changes: 0 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

import { AppModule } from './app/app.module';

platformBrowserDynamic().bootstrapModule(AppModule);

0 comments on commit e88dd3b

Please sign in to comment.