Implement Missing Features for View
See original GitHub issueNOTE: Please add use cases for anything not yet covered here that should be considered.
Features currently missing from @View
:
- More than one
@View
for a component - Move CSS from
<style>@import()</style>
into@View
annotation.- Needed for inlining during build step
- Often times same HTML may have different CSS for styling
- Selectors:
- CSS (as in
<button>
vs<button ios-style>
) platform
as in iOS, android, desktop- screen size
- CSS (as in
Issue Analytics
- State:
- Created 8 years ago
- Comments:28 (14 by maintainers)
Top Results From Across the Web
android studio error : missing feature: WATCH - Stack Overflow
This message No, missing feature: WATCH means that you're trying to install Wearable app on mobile phone - you shouldn't do that, ...
Read more >Some Solutions to the Missing Feature Problem in Vision
The optimal solution involves inte(cid:173) grating over the missing dimensions weighted by the local probability densities. We show how to obtain closed-form ...
Read more >Solved: Missing Feature: WATCH in Android Studio SDK
this happend, when i delete an main_activityopen the application.manifest and remove uses- feature android:name="android.hardware.type. watch "
Read more >Is there a "missing" feature or extension that you would like to ...
Is there a "missing" feature or extension that you would like to see in VS Code? #watercooler #vscode #webdev ...
Read more >Implementing feature detection - Learn web development | MDN
This article details how to write your own simple feature detection, how to use a library to speed up implementation, and native features...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
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
I am surprised to see this as a missing feature. This was so easy to do in Angular 1.x.x. in directives, There will be lot many use cases which drive conditional templates/multiple Views. I might need the same component, its data, config etc. but a slightly different view . Something like this would have been great
Is there another way to deal to achieve this ?
@mhevery It’s pretty unhelpful to close an issue as “obsolete, and longer relevant / actionable” with no explanation at all. Can you provide some context?