mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
7 lines
310 B
TypeScript
7 lines
310 B
TypeScript
import {__compiler_private__ as _c} from '@angular/compiler';
|
|
|
|
export type SelectorMatcher = typeof _c.SelectorMatcher;
|
|
export var SelectorMatcher: typeof _c.SelectorMatcher = _c.SelectorMatcher;
|
|
|
|
export type CssSelector = typeof _c.CssSelector;
|
|
export var CssSelector: typeof _c.CssSelector = _c.CssSelector;
|