question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(0.6.1) path problem

See original GitHub issue

0.6.1 version doesn’t recognize some of my relative paths.

This component

@Component({
	selector: 'home',
	templateUrl: 'home.component.html'
})
export class HomeComponent ...

builds to

HomeComponent = __decorate([
    core_1.Component({
        selector: 'home',
        templateUrl: 'home.component.html'
    }),
    __metadata("design:paramtypes", [router_1.ActivatedRoute])
], HomeComponent);

Looks like loader doesn’t recognize templateUrl path.

When I roll back to 0.6.0 it works fine.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:5
  • Comments:31 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
TheLarkInncommented, Feb 7, 2017

Going to leave open until I publish fix. Thanks for your patience everyone.

3reactions
TheLarkInncommented, Feb 8, 2017

Closing as this is now published, thank you so much for being patient. Also looking for maintainers willing to help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version 0.6.1 how to choose setup path ? · Issue #68 - GitHub
Please I need to install it on a different location from C:\ I need to choose blockchain location also ... Many thanks !!...
Read more >
Issues closed in the 0.6 development cycle - Statsmodels
We closed a total of 15 issues, 8 pull requests and 7 regular issues; this is the full list (generated with the script...
Read more >
sbt/sbt - Gitter
Hi, I have a question regarding Per-configuration classpath dependencies between modules. I'm working on a project where there's different modules for web ...
Read more >
SHORTEST PATH PROBLEM UNDER TRIANGULAR FUZZY ...
PATH PROBLEM UNDER TRIANGULAR FUZZY NEUTROSOPHIC INFORMATION. ... 0.3), (0.2, 0.3, 0.5), (0.4, 0.5, 0.6)>, 1] which represents that we are coming from....
Read more >
Time-varying maximum capacity path problem with zero ...
problem with zero waiting times and fuzzy capacities. G. H. Shirdel* and H. Rezapour. Background. The maximum capacity path (MCP) problem is to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found