angular-drawer | NOT MAINTAINED | Frontend Framework library
kandi X-RAY | angular-drawer Summary
kandi X-RAY | angular-drawer Summary
NOT MAINTAINED
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of angular-drawer
angular-drawer Key Features
angular-drawer Examples and Code Snippets
Community Discussions
Trending Discussions on angular-drawer
QUESTION
I've created a basic Nativescript app using:
tns create my-project-name --template nativescript-angular-drawer-template
Now, I want to add Material Design
to my app. According to the docs I ran the command npm install --save @angular/material
and added the MaterialModule
as per the docs. But my app giving errors of
Error finding module function
Any Idea?
...ANSWER
Answered 2017-Jan-31 at 08:15You won't be able to run material directly in nativescript because there is no DOM with nativescript unless you show a webview inside the native app. However with native android you don't need a library to get material design because it's where Google defines material so it's just native components. There are many plugins for several widgets because they don't belong in the nativescript core because they aren't cross platform, this is where many of the plugins use a native iOS library to make the nativescript plugin cross platform. A lot of this might be confusing :)
Here's one plugin https://github.com/bradmartin/nativescript-cardview for the material design cardview, this is native to Android via a library from Google that most apps ship with. Since iOS doesn't follow material design, we recently had a nice PR for the iOS side that just uses the native iOS UI controls to provide a similar looking UI component. Again, if you're unfamiliar with any of this I might be making it more confusing. If you need help or have questions a nativescript forums and slack channel are great to hang out in and get help from NS devs. Ping me there if you need something
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install angular-drawer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page