Guest User

Untitled

a guest
Oct 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @Component({
  2. selector: 'app-material-view',
  3. templateUrl: './material-view.component.html',
  4. styleUrls: ['./material-view.component.css'],
  5. providers: [GetDataService]
  6. })
  7.  
  8. body{
  9. background-color: cadetblue !important;
  10. }
Add Comment
Please, Sign In to add comment