Blame view

src/app/app.component.ts 233 Bytes
ba2867b8   Administrator   first commit
1
2
  import {Component} from '@angular/core';
  
25ec1989   angular-cli   chore: initial co...
3
4
5
6
  
  @Component({
    selector: 'app-root',
    templateUrl: './app.component.html',
25ec1989   angular-cli   chore: initial co...
7
8
  })
  export class AppComponent {
ba2867b8   Administrator   first commit
9
10
11
12
13
   checked = false;
    indeterminate = false;
    align = 'start';
    disabled = false;
  }