-
Notifications
You must be signed in to change notification settings - Fork 1
Doku
Robert Willemelis edited this page Apr 13, 2018
·
9 revisions
- put API in env
- no change event
- difference to github (proxy conf, path in env. prod)
- what I test and how (e.g. dom)
- speaking components
- how to simple configure or create new component
- specify the solved issue
- how solved: travis, tests
- @foobar
- custom matcher
- difference form vs. group,
- generally how reactive forms work, what are AbsractControls
- binding to html
- setup components
- how validators work (just being defined, not control is passed to them)
- how proxy and test-server works
- whats form subject
- how control is passed
- phanotmjs darf nicht global installiert werden
- not working under mac?
- stackblitz currently doesnt accept path alias from TS
-
{[k: string]: string}|string):(how it works) -
two-line error messages
-
rename
.isValid('');boolean und model -
how error model is overwritten?
-
dochblocks response api werte
-
doku reset
-
how to integrate multiple forms (sample, folder)
-
https://angular.io/guide/dependency-injection => how to create instance of service
-
wie man dem service eine nparameter übergibt,w enn er eingebunden wird
-
übergabe this, form
-
diagramm für die actions
-
self.action = (self.action === 'reset') ? self.action : 'shorten'; => why? -
getValidationStatus(self) { => rename in hasError
-
delete old email validators
-
whitespaces
-
equal values?
self.oldValue = self.control.value;
self.startValue = self.oldValue; // equal
- status.servie
- return
Z.65/66
return beim ausstiege
if (self.control) {
if (!self.control.errors) {
return
}
}
if(blabasdf)
// reset erklären
// self.action ???
if (self.lastAction === 'shorten' && self.control.value === '') {
self.showError = '';
}