There was an error while loading. Please reload this page.
2 parents eb65435 + d3a7e3d commit f759ba2Copy full SHA for f759ba2
apps/angular/injection-token/src/app/phone.component.ts
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
2
import { TimerContainerComponent } from './timer-container.component';
3
4
@Component({
5
+ selector: 'app-phone',
6
standalone: true,
7
imports: [TimerContainerComponent],
8
template: `<div class="flex gap-2">
apps/angular/injection-token/src/app/video.component.ts
+ selector: 'app-video',
0 commit comments