Project

General

Profile

1
/**
2
 * @license
3
 * Copyright Google Inc. All Rights Reserved.
4
 *
5
 * Use of this source code is governed by an MIT-style license that can be
6
 * found in the LICENSE file at https://angular.io/license
7
 */
8
export { anchorDef, elementDef } from './element';
9
export { clearProviderOverrides, createNgModuleFactory, overrideProvider } from './entrypoint';
10
export { ngContentDef } from './ng_content';
11
export { moduleDef, moduleProvideDef } from './ng_module';
12
export { directiveDef, pipeDef, providerDef } from './provider';
13
export { pureArrayDef, pureObjectDef, purePipeDef } from './pure_expression';
14
export { queryDef } from './query';
15
export { ViewRef_, createComponentFactory, getComponentViewDefinitionFactory, nodeValue } from './refs';
16
export { initServicesIfNeeded } from './services';
17
export { textDef } from './text';
18
export { EMPTY_ARRAY, EMPTY_MAP, createRendererType2, elementEventFullName, inlineInterpolate, interpolate, rootRenderNodes, tokenKey, unwrapValue } from './util';
19
export { viewDef } from './view';
20
export { attachEmbeddedView, detachEmbeddedView, moveEmbeddedView } from './view_attach';
21
export * from './types';
(4-4/16)