Linux Foundation Collaborative Projects
index
:
sdc/onap-ui-angular
2.0.0-ONAP
beijing
dublin
guilin
honolulu
master
An Angular UI library containing different components, fonts and styles used by SDC and the different designers in order to create a single look and feel across SDC
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
angular
/
form-elements
/
validation
/
validatable.interface.ts
blob: 6aceafed7d70571e3f53a4ac24241bd6ce448c80 (
plain
)
1
2
3
4
5
export
interface
IValidatableComponent
{
getValue
()
:
any
;
}