Skip to content

Commit

Permalink
feat(valueAccessor): start progress implementing the value accessor f…
Browse files Browse the repository at this point in the history
…or reactive froms
  • Loading branch information
BioPhoton committed Apr 9, 2017
1 parent d7adcf3 commit 5c4e9be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/angular2/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ <h1>




4 changes: 3 additions & 1 deletion examples/angular2/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ import { StarRatingModule } from 'angular-star-rating';


import { AppComponent } from './app.component';
import {FormTestComponent} from "./components/form-test/form-test.component";


@NgModule({
declarations: [
AppComponent
AppComponent,
FormTestComponent
],
imports: [
BrowserModule,
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"tsc": "npm run deleteDist && tsc && npm run copyAsstes",
"deleteDist":"rimraf dist",
"copyAsstes" : "copyfiles assets/**/* dist",
"updtaeExample" : "npm run tsc && copyfiles dist/**/* examples/angular2/node_modules/angular-star-rating/dist",

"coverage": "http-server -c-1 -o -p 9875 ./coverage",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
Expand Down Expand Up @@ -57,6 +58,7 @@
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
Expand Down

0 comments on commit 5c4e9be

Please sign in to comment.