Surrounding index.html tags within app component my be nice to have.
See original GitHub issueI 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:
- Created 8 years ago
- Comments:26 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@zoechi it’s not actually true. See https://github.com/angular/angular/issues/4946#issuecomment-275853207
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.