14 posts tagged with Angular

  • How to build your very own pure JavaScript and CSS FAB in Nativescript and Angular (with videos!)

    What’s a FAB? This is a Floating Action Button that has been popularized by the Material Design paradigm. It’s a button that hovers over your content and provides a quickly accessible single function, and it’s no longer only for Android apps. Many…

  • NativeScript Animations Course on Pluralsight

    If you’re ready to take your animations in NativeScript to the next level, Alex Ziskind has just release another course on Pluralsight specifically for NativeScript and Angular animations. You can find the course here Course Introduction Course…

  • NativeScript with @ngrx Course Launched

    If you have used the Redux pattern for your application store before, you know how powerful the concept is. @ngrx is a Redux inspired set of libraries for Angular. You’ll find exactly the same concepts used in @ngrx as you did in Redux: actions…

  • Update to NativeScript with @ngrx Course

    Do you manage your application state using the Flux pattern (now better knows as Redux, I suppose)? Well you should check it out since it will make your application state handling life much easier. @ngrx is a Redux inspired set of libraries for…

  • NativeScript with Angular Styling Course Released

    Working on a team that has given me the experience to create production NativeScript and Angular applications, I’ve been in the trenches and have seen real world scenarios that someone might come across while building an app. Hi, I’m Sean Perkins…

  • NativeScript Enterprise Auth Course Released

    How do we secure our enterprise mobile applications? We’re happy to announce that we now have a video course that shows how to do just that. Securing enterprise applications has always been a challenge, and single sign-on used to be the holy grail…

  • NativeScript Hands-on UI Course

    We’re ready to create our new NativeScript app, but we just need to know how to do it. Many people that are coming to NativeScript after being web developers or from other frameworks like Cordova are initially just trying to be as productive as…

  • Easy NativeScript Network Spy Using a Custom Interceptor

    What's a simple thing all developers really want from complex, network-bound mobile app? We want to find network related actions and errors as quickly as possible, without all the headaches of setting up proxies and certificates to sniff our HTTP…

  • Is Your NativeScript App Secure?

    You've built a mobile app. But is it secure? There are many resources out there for learning how to do great things with NativeScript, whether it's UI, or animations, or performance. These are all important things to know. There is one are that's…

  • NativeScript Back Navigation Gotcha

    Recently I ran into a gotcha with using 'routerExtensions.back()' in a project and wanted to share the problem with you all as well as the solution I used. The Problem In my app I have a detail page, and an edit page. So I need to navigate to the…

  • How to Display Protected Images Using an Angular Pipe

    Displaying images that are behind a protected API is a very common use case when building web and mobile applications, thus creating the need for a clean and easy way to be able to display these types of images using Nativescript's component. The…

  • Passing Data Between Routed Components In NativeScript Applications

    In this article, I want to discuss some ways of passing complex data between routed components in NativeScript applications based on the Angular framework. There are several ways to pass data in Angular applications and I just want to go through some…

  • Add RTL Support to Your NativeScript App Using FlexboxLayout

    RTL (right-to-left) and LTR (left-to-right) layout support is pretty common for apps catering to an international audience that supports multiple languages. However, building layouts that supports both orientation can be a challenge without the right…

  • Helpful Angular Directives for NativeScript #1

    A while ago I finished one more project with NativeScript. During the period of work with this framework I've accumulated some amount of solutions which are quite steadily used in almost every project I had worked on. Each of them allows to quickly…

All tags