Im new to Angular and Im trying to find out where Im going wrong with this and why Im getting this error.
Can't resolve all parameters for TemlComponent: (?). at syntaxError (compiler.js:1016).
I have created a working example here https://stackblitz.com/edit/angular-w8jyjs with all the pertinent files.
The code probably contains several redundant items and methods that I created while attempting to fix this. removing a;ll parameters from the constructor in teml.component.ts gets rid of the error.
Guidance to what i've done wrong here would be appreciated.