2016-05-03 12:24:09 -04:00
|
|
|
import {__compiler_private__ as _c} from '@angular/compiler';
|
2016-04-28 20:50:03 -04:00
|
|
|
|
2016-05-03 12:24:09 -04:00
|
|
|
export type SelectorMatcher = typeof _c.SelectorMatcher;
|
|
|
|
export var SelectorMatcher: typeof _c.SelectorMatcher = _c.SelectorMatcher;
|
2016-04-28 20:50:03 -04:00
|
|
|
|
2016-05-03 12:24:09 -04:00
|
|
|
export type CssSelector = typeof _c.CssSelector;
|
|
|
|
export var CssSelector: typeof _c.CssSelector = _c.CssSelector;
|