Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angular Ui Router

How To Configure Controllers For Stateprovider With Typescript

Let's assume I have following simplified controller: module App { 'use strict'; … Read more How To Configure Controllers For Stateprovider With Typescript

How To Map Url To Node.js Route

I am using ui-router with Angular and Node.js as my UI server for API calls to another server. Righ… Read more How To Map Url To Node.js Route