Skip to content

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

@SimonTestNet

Description

@SimonTestNet

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions