mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
chore(version): update to version 16
This commit is contained in:
@@ -6,13 +6,13 @@ import {
|
||||
Input,
|
||||
Output,
|
||||
} from '@angular/core';
|
||||
import { LetModule } from '@ngrx/component';
|
||||
import { LetDirective } from '@ngrx/component';
|
||||
import { ComponentStore } from '@ngrx/component-store';
|
||||
|
||||
@Component({
|
||||
selector: 'app-counter',
|
||||
standalone: true,
|
||||
imports: [AsyncPipe, LetModule],
|
||||
imports: [AsyncPipe, LetDirective],
|
||||
template: `
|
||||
<ng-container *ngrxLet="counter$ as counter">
|
||||
<p data-testid="counter">Counter: {{ counter }}</p>
|
||||
|
||||
Reference in New Issue
Block a user