src/ngx-form-errors/src/models.ts
constructor(parent: NgxDisplayContextStore)
|
add |
add(ctx: NgxDisplayContext)
|
Returns :
void
|
hasAny |
hasAny()
|
Returns :
boolean
|
hasGlobal |
hasGlobal()
|
Returns :
boolean
|
has |
has(key: string)
|
Returns :
boolean
|
get |
get()
|
Returns the global NgxDisplayContext Returns an error specific context. If none found will NOT fallback to the global context. Returns an error specific context. If none found will fallback to the global context.
Returns :
|
|
get |
get(key: string, defaultToGlobal: )
|
Returns the global NgxDisplayContext Returns an error specific context. If none found will NOT fallback to the global context. Returns an error specific context. If none found will fallback to the global context.
Parameters :
Returns :
|
|
get |
get(key: string)
|
Returns the global NgxDisplayContext Returns an error specific context. If none found will NOT fallback to the global context. Returns an error specific context. If none found will fallback to the global context.
Parameters :
Returns :
|
|
get |
get(key: string, defaultToGlobal: boolean)
|
Returns the global NgxDisplayContext Returns an error specific context. If none found will NOT fallback to the global context. Returns an error specific context. If none found will fallback to the global context.
Returns :
|
|
mergedKeys |
mergedKeys()
|
remove |
remove(key: string)
|
Returns :
boolean
|
clone |
clone(parent: NgxDisplayContextStore)
|
Returns :
NgxDisplayContextStore
|
global |
global: |
Type : NgxDisplayContext
|
hash |
hash: |
Type : any
|