Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC 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 * from './overlay-config';
|
---|
| 9 | export * from './position/connected-position';
|
---|
| 10 | export * from './scroll/index';
|
---|
| 11 | export * from './overlay-module';
|
---|
| 12 | export * from './dispatchers/index';
|
---|
| 13 | export { Overlay } from './overlay';
|
---|
| 14 | export { OverlayContainer } from './overlay-container';
|
---|
| 15 | export { CdkOverlayOrigin, CdkConnectedOverlay } from './overlay-directives';
|
---|
| 16 | export { FullscreenOverlayContainer } from './fullscreen-overlay-container';
|
---|
| 17 | export { OverlayRef, OverlaySizeConfig } from './overlay-ref';
|
---|
| 18 | export { ViewportRuler } from '@angular/cdk/scrolling';
|
---|
| 19 | export { ComponentType } from '@angular/cdk/portal';
|
---|
| 20 | export { OverlayPositionBuilder } from './position/overlay-position-builder';
|
---|
| 21 | export { PositionStrategy } from './position/position-strategy';
|
---|
| 22 | export { GlobalPositionStrategy } from './position/global-position-strategy';
|
---|
| 23 | export { ConnectedPositionStrategy } from './position/connected-position-strategy';
|
---|
| 24 | export { ConnectedPosition, FlexibleConnectedPositionStrategy, FlexibleConnectedPositionStrategyOrigin, } from './position/flexible-connected-position-strategy';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.