We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hello, I have a problem template: 'login.component.html',
template: 'login.component.html',
Result in my web page with webpack dev server displays the string login.component.html instead of the real html template.
Sorry, something went wrong.
Ok fixed with this one: templateUrl: './login.component.html'
templateUrl: './login.component.html'
EDIT: Don't use the keepUrl option !
I'm using this with Angular 4 just fine.
Also, the readme does show the following:
@Component({ selector: 'awesome-button', template: 'button.template.html', styles: ['button.style.css'] }) export class AwesomeButtonComponent { }
Which led me to make the same mistake as @JunkyDeLuxe at first.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: