Skip to content

Commit bbcebe1

Browse files
authored
docs: remove unused css file from counter component (ngrx#3002)
Closes ngrx#2989
1 parent 4fb030e commit bbcebe1

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

projects/ngrx.io/content/examples/store/src/app/my-counter/my-counter.component.css

Whitespace-only changes.

projects/ngrx.io/content/examples/store/src/app/my-counter/my-counter.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { increment, decrement, reset } from '../counter.actions';
66
@Component({
77
selector: 'app-my-counter',
88
templateUrl: './my-counter.component.html',
9-
styleUrls: ['./my-counter.component.css'],
109
})
1110
export class MyCounterComponent {
1211
count$: Observable<number>;

0 commit comments

Comments
 (0)