Skip to content

Commit

Permalink
Remove MaterialModule. (#6803)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: MaterialModule has been removed and is no longer available.  As noted in the changelog for beta.3, an aggregate module like MaterialModule prevents tools from being able to treeshake unused components and modules.
  • Loading branch information
josephperrott authored and tinayuangao committed Sep 6, 2017
1 parent f1b78d4 commit cf1ece0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
98 changes: 0 additions & 98 deletions src/lib/module.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

export * from './version';
export * from './core';
export * from './module';

export * from './autocomplete/index';
export * from './button/index';
Expand Down

0 comments on commit cf1ece0

Please sign in to comment.