Skip to content

Commit

Permalink
fix(hands-on): better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nlm-pro committed Nov 26, 2018
1 parent a00f02f commit 3305397
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 0 additions & 2 deletions steps/hands-on-solution/src/app/index.ts

This file was deleted.

2 changes: 2 additions & 0 deletions steps/hands-on/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@

<span> <a href="#/locator">Maps</a> <a href="#/people">List</a> </span>
</mat-toolbar>

<mat-card align="center"> <!-- Say Hello --> </mat-card>
6 changes: 6 additions & 0 deletions steps/hands-on/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// create a component <sfeir-app>

// use app.component.css & html

// set a name attribute to Angular
// use it to say "Hello Angular"
6 changes: 3 additions & 3 deletions steps/hands-on/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '@angular/material';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

// import { PeopleAppComponent } from './app.component';
// import your component

@NgModule({
imports: [
Expand All @@ -32,11 +32,11 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
MatListModule
],
declarations: [
// PeopleAppComponent
// register your component
],
providers: [],
bootstrap: [
// PeopleAppComponent
// boostrap w/ the component
]
})
export class AppModule {}
2 changes: 0 additions & 2 deletions steps/hands-on/src/app/index.ts

This file was deleted.

0 comments on commit 3305397

Please sign in to comment.