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.

Document Issue: File path is incorrect in " Upgrading from AngularJS "

See original GitHub issue

I’m submitting a…


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:

Current behavior

There is a document issue.

Document ->  Techniques  ->  Upgrading from AngularJS  -> Upgrading Instructions -> PhoneCat Upgrade Tutorial -> Bootstrapping a hybrid PhoneCat

Link: https://angular.io/guide/upgrade#bootstrapping-a-hybrid-phonecat

“Finally, bootstrap the AppModule in src/main.ts. This file has been configured as the application entrypoint in systemjs.config.js, so it is already being loaded by the browser.”

Expected behavior

“Finally, bootstrap the AppModule in app/main.ts. This file has been configured as the application entrypoint in systemjs.config.js, so it is already being loaded by the browser.”

Minimal reproduction of the problem with instructions

Attachment

What is the motivation / use case for changing the behavior?

it confuses reader.

Environment


Angular version: X.Y.Z


Browser:
- [x] Chrome (desktop) version XX
- [] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dariobrauncommented, Oct 23, 2018

Looks like this issue can be closed.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 14, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AngularJS: Developer Guide: Migrating from Previous Versions
Migrating from 1.7 to 1.8​​ Generally updating to 1.8. 0 from 1.7. x should be a straightforward process and is highly recommended. AngularJS...
Read more >
Upgrading from AngularJS to Angular
When you break application code down into one component per file, you often end up with a project structure with a large number...
Read more >
javascript - How to resolve the C:\fakepath? - Stack Overflow
This is the text field where I have to show the full path of the file. function theimage(){ var filename = document.getElementById('file-id ...
Read more >
Top 18 Most Common AngularJS Developer Mistakes - Toptal
debugInfoEnabled is set to false, calling .scope() on a DOM node will return undefined ... Secondly, the code is cleaner and can be...
Read more >
Images not loading from assets folder in Angular
In the Angular project, you don't have to add the relative path from your file to image file. Angular resolves this problem for...
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