Skip to content

Commit

Permalink
Remove empty css
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 3, 2021
1 parent 11d3b96 commit 0576eac
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { LoadService } from '../../load.service';
@Component({
selector: 'app-loadable-component-example',
templateUrl: './loadable-component-example.component.html',
styleUrls: ['./loadable-component-example.component.css'],
})
export class LoadableComponentExampleComponent {
load$ = new Subject<{ id: number; error: boolean }>();
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { LoadService } from '../../load.service';
@Component({
selector: 'app-simple-loadable-component-example',
templateUrl: './simple-loadable-component-example.component.html',
styleUrls: ['./simple-loadable-component-example.component.css'],
})
export class SimpleLoadableComponentExampleComponent {
load$ = new Subject<{ id: number; error: boolean }>();
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { LoadService } from '../../load.service';
@Component({
selector: 'app-switch-case-example',
templateUrl: './switch-case-example.component.html',
styleUrls: ['./switch-case-example.component.css'],
})
export class SwitchCaseExampleComponent {
load$ = new Subject<{ id: number; error: boolean }>();
Expand Down

0 comments on commit 0576eac

Please sign in to comment.