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.

Surrounding index.html tags within app component my be nice to have.

See original GitHub issue

I Think the angular 2 approach is get data from APIs and render all things from client. But with MVC server frame work we have many features to have. With the angular2 approach I think we must release that features and just send data to the client.

In some case we just need some ajax call to server to do some functionalities (e.g like a thing , add it to favorites,…) We can do this cases with angular 1 but with angular2 can’t and we must to create corresponding components for MVC server side views and it is re architecture any things again. In my opinion surrounding index.html tags with app component my be nice to have.

<app>
existing html tags
</app>

thanks for attentions.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:26 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
DzmitryShylovichcommented, Mar 11, 2017
1reaction
abram27commented, Nov 23, 2016

Is there a reference on how this would be a issue with security? Seems no different than manually injecting a different templateUrl into a component. Nevermind, decided to drop angular 2 from our projects, it seemingly is missing a lot of features for integration with other frameworks. The division of packages seems odd since you can’t use the features in isolation. Guess it probably works well in a silo if you are willing to take on the whole framework and specifically for a spa.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What should I write in Angular index and app.component.html?
app.component.html : This shall hold the component view for app level component. Now a good practice is to use routing in your app...
Read more >
HTML elements reference - HTML: HyperText Markup Language
This page lists all the HTML elements, which are created using tags. They are grouped by function to help you find what you...
Read more >
What are HTML Tags and How Do You Use Them?
When using the iframe tags the src attribute should be used to indicate the location of the web page or app to use...
Read more >
CSS - Cascading Style Sheets, designing for the Web - W3C
As we explained in the previous chapter, HTML elements enable Web page designers to mark up a document as to its structure. The...
Read more >
Links - Usability & Web Accessibility - Yale University
In that case, a screen reader may only read the link text and not the ... It's most important for link text 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