Variable
| Static Public Summary | ||
| public |
Implementation of the |
|
| public |
Creates a proxy which provides us access to the symbols defined in given context (could be lazy loaded module or the root module). |
|
| public |
This class represents the individual directives and wrapps
their |
|
| public |
PipeSymbol: * A wrapper around the pipe symbol. |
|
| public |
This class is a wrapper around an Angular project. |
|
| public |
Symbol: * Base class which provides primitive for the DirectiveSymbol and PipeSymbol. |
|
Static Public
public BasicLazyModuleResolver: * source
import {BasicLazyModuleResolver} from 'ngast/dist/lib/project-symbols.js'Implementation of the LazyModuleResolver which resolves
lazy module URL or path in cases when loadChildren has a string value.
public ContextSymbols: * source
import {ContextSymbols} from 'ngast/dist/lib/context-symbols.js'Creates a proxy which provides us access to the symbols defined in given context (could be lazy loaded module or the root module).
public DirectiveSymbol: * source
import {DirectiveSymbol} from 'ngast/dist/lib/directive-symbol.js'This class represents the individual directives and wrapps
their StaticSymbols produced by the @angular/compiler.
public PipeSymbol: * source
import {PipeSymbol} from 'ngast/dist/lib/pipe-symbol.js'A wrapper around the pipe symbol.
public ProjectSymbols: * source
import {ProjectSymbols} from 'ngast/dist/lib/project-symbols.js'This class is a wrapper around an Angular project. It provides access to the root module of the project as well as to it's lazy loaded modules which can be resolved.
public Symbol: * source
import {Symbol} from 'ngast/dist/lib/symbol.js'Base class which provides primitive for the DirectiveSymbol and PipeSymbol. It contains some functionality common between these classes.