Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit f232865

Browse files
committed
chore(models/models): include greet injectables
1 parent df1bff2 commit f232865

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/models/models.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import {counterInjectables} from './CounterModel';
2+
import {greetInjectables} from './GreetModel';
23

34
export var modelInjectables = [
4-
counterInjectables
5+
counterInjectables,
6+
greetInjectables
57
]

0 commit comments

Comments
 (0)