Skip to content
New issue

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

0.6.2 Can't have comments between Component decorator and class definition #55

Open
SimonTestNet opened this issue Feb 9, 2017 · 2 comments
Labels

Comments

@SimonTestNet
Copy link

The following works fine in 0.6.0 but fails with 0.6.2:

@Component({
	selector: "app",
	templateUrl: "./app.html"
})

/*  
 * Comment
 */
export class App {
}

Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "app.html"

@TheLarkInn TheLarkInn added the bug label Feb 22, 2017
@TheLarkInn
Copy link
Owner

Tying to #54 (Help Wanted)

@Riobe
Copy link

Riobe commented Apr 27, 2017

@TheLarkInn I believe PR #67 solves this too. I added another test case based on the sample that is now passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants