My component shows up but i get an error message when the page is loaded. I can\'t seem to solve the error message at all after looking at a bunch of resources.
Erro
When I have had this problem I typically add
to the of html file.
Then when importing any files in NG2
import { Auth } from './auth.service';
This is the prefered way to do base per the documentation,