[ADF-ADF-2528] share directive (#3102)

* share file directive

* share link phase 2

* share dialog

* share dialog test

* more documentation

* add more meaningfully specification

* Add  description in the dialog
This commit is contained in:
Eugenio Romano
2018-03-20 22:32:56 +00:00
committed by GitHub
parent 71b85588cf
commit 2761626f55
24 changed files with 660 additions and 35 deletions

View File

@@ -30,7 +30,8 @@ import {
MatProgressSpinnerModule,
MatRippleModule,
MatExpansionModule,
MatSelectModule
MatSelectModule,
MatSlideToggleModule
} from '@angular/material';
export function modules() {
@@ -48,7 +49,8 @@ export function modules() {
MatMenuModule,
MatOptionModule,
MatExpansionModule,
MatSelectModule
MatSelectModule,
MatSlideToggleModule
];
}