-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore(): add @angular/flex-layout as dependency * chore(): add @angular/flex-layout as as a @covalent/core dependency for the time being, we will be fixed to a specific version since its a beta release. * feature(paging): leverage flex-layout in paging module. * feature(search): leverage flex-layout in search module * revert: chore(): leverage flex-layout in paging module * revert: chore(): leverage flex-layout in search module
- Loading branch information
1 parent
dc7da31
commit 171a69d
Showing
4 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
"Jeremy Smartt <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@angular/flex-layout": "2.0.0-beta.5", | ||
"@angular/material": "2.0.0-beta.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters