Skip to content

Commit f759ba2

Browse files
authored
Merge pull request tomalaforge#225 from jdegand/injection-token-selectors
fix: add selectors for phone & video
2 parents eb65435 + d3a7e3d commit f759ba2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/angular/injection-token/src/app/phone.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
22
import { TimerContainerComponent } from './timer-container.component';
33

44
@Component({
5+
selector: 'app-phone',
56
standalone: true,
67
imports: [TimerContainerComponent],
78
template: `<div class="flex gap-2">

apps/angular/injection-token/src/app/video.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
22
import { TimerContainerComponent } from './timer-container.component';
33

44
@Component({
5+
selector: 'app-video',
56
standalone: true,
67
imports: [TimerContainerComponent],
78
template: `<div class="flex gap-2">

0 commit comments

Comments
 (0)