Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import {ViewEncapsulation} from '@angular/core'; // and any other imports
  2.  
  3. @Component({
  4. selector: 'my-selector',
  5. templateUrl: './my-selector.component.html',
  6. styleUrls: ['./my-selector.component.scss'],
  7. encapsulation: ViewEncapsulation.None
  8. })
  9.  
  10. .mat-dialog-container {
  11. padding: 0;
  12. }
Add Comment
Please, Sign In to add comment