Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/demo-app/tsconfig-aot.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
"extends": "./tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"outDir": ".",
"paths": {
"@angular/material": ["./material"]
}
Expand Down
10 changes: 0 additions & 10 deletions src/lib/core/core.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,9 +36,6 @@ export {DomPortalHost} from './portal/dom-portal-host';
// Platform
export * from './platform/index';

/** @deprecated */
export {Platform as MdPlatform} from './platform/platform';

// Overlay
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
export {OverlayContainer} from './overlay/overlay-container';
Expand DownExpand Up@@ -74,9 +71,6 @@ export {
// Selection
export * from './selection/selection';

/** @deprecated */
export {LiveAnnouncer as MdLiveAnnouncer} from './a11y/live-announcer';

export * from './a11y/focus-trap';
export {InteractivityChecker} from './a11y/interactivity-checker';
export {isFakeMousedownFromScreenReader} from './a11y/fake-mousedown';
Expand All@@ -88,10 +82,6 @@ export {
UniqueSelectionDispatcherListener,
UNIQUE_SELECTION_DISPATCHER_PROVIDER,
} from './coordination/unique-selection-dispatcher';
/** @deprecated */
export {
UniqueSelectionDispatcher as MdUniqueSelectionDispatcher
} from './coordination/unique-selection-dispatcher';

export {MdLineModule, MdLine, MdLineSetter} from './line/line';

Expand Down