mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
Merge pull request #225 from jdegand/injection-token-selectors
fix: add selectors for phone & video
This commit is contained in:
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
|
|||||||
import { TimerContainerComponent } from './timer-container.component';
|
import { TimerContainerComponent } from './timer-container.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
selector: 'app-phone',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [TimerContainerComponent],
|
imports: [TimerContainerComponent],
|
||||||
template: `<div class="flex gap-2">
|
template: `<div class="flex gap-2">
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import { Component } from '@angular/core';
|
|||||||
import { TimerContainerComponent } from './timer-container.component';
|
import { TimerContainerComponent } from './timer-container.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
selector: 'app-video',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [TimerContainerComponent],
|
imports: [TimerContainerComponent],
|
||||||
template: `<div class="flex gap-2">
|
template: `<div class="flex gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user