Bowen Ni
|
2c02d34c05
|
refactor(lint): Don't allow console.log
Enable tslint check for `console.log` as a follow-up to
https://github.com/angular/angular/issues/13018
|
2016-11-23 15:47:01 -08:00 |
Victor Berchet
|
1bd858fb43
|
build(examples): upgrade to protractor 4.0.9 (#12803)
closes #12798
|
2016-11-10 18:13:11 -08:00 |
Alex Eagle
|
41c8c30973
|
chore(lint): remove unused imports (#11923)
This was done automatically by tslint, which can now fix issues it finds.
The fixer is still pending in PR https://github.com/palantir/tslint/pull/1568
Also I have a local bugfix for https://github.com/palantir/tslint/issues/1569
which causes too many imports to be deleted.
|
2016-09-27 17:12:25 -07:00 |
Kara
|
bf81b06a28
|
docs(forms): add select control examples (#11728)
|
2016-09-19 16:25:33 -07:00 |
Kara
|
fa4723a208
|
docs(forms): add radio button examples (#11676)
|
2016-09-19 10:41:20 -07:00 |
Tobias Bosch
|
0b9425bbb4
|
fix(examples): make them work with `noImplicitAny` and `declarations:true`
|
2016-09-14 11:29:31 -07:00 |
Igor Minar
|
4e6c41b3a1
|
build(examples): work around protractor typings issues and fix existing type errors
This works around the typings issues until we have a build of protractor with typings that don't
polute global types via ambient type definitions
|
2016-09-13 21:48:58 -07:00 |
Kara
|
e71558ba89
|
docs(forms): update docs for FormBuilder (#11548)
|
2016-09-13 13:23:31 -07:00 |
Kara
|
26d1423ae9
|
docs(forms): update docs for NgForm (#11547)
|
2016-09-12 17:01:04 -07:00 |
Kara
|
c9513b713a
|
docs(forms): add example apps for ngModelGroup (#11525)
|
2016-09-12 11:45:48 -07:00 |
Kara
|
66e38b6754
|
docs(forms): add example apps for ngModel (#11524)
|
2016-09-12 11:27:29 -07:00 |
Kara
|
c9ad5e46d6
|
docs(forms): add example app for formArrayName (#11512)
|
2016-09-12 11:26:43 -07:00 |
Kara
|
2cdd051109
|
docs(forms): update example for formGroupName (#11510)
|
2016-09-12 11:26:18 -07:00 |
Kara
|
57cb82052b
|
docs(forms): add example app for formControlDirective (#11508)
|
2016-09-12 11:24:09 -07:00 |
Kara Erickson
|
dd8204a655
|
docs(forms): update example for formGroupDirective
|
2016-09-12 11:22:51 -07:00 |
Kara Erickson
|
cdda4082de
|
docs(forms): add example app for formControlName
|
2016-09-12 11:22:51 -07:00 |