mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(compiler-cli): Export SymbolKind for external use
exports SymbolKind for use outside of angular monorepo
This commit is contained in:
parent
236d6d4946
commit
b9cbb147d9
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export {
|
|||
type OutOfBandDiagnosticRecorder,
|
||||
type DomSchemaChecker,
|
||||
OutOfBadDiagnosticCategory,
|
||||
SymbolKind,
|
||||
} from '../src/ngtsc/typecheck/api';
|
||||
export {RegistryDomSchemaChecker} from '../src/ngtsc/typecheck/src/dom';
|
||||
export {Environment} from '../src/ngtsc/typecheck/src/environment';
|
||||
|
|
|
|||
Loading…
Reference in a new issue