Skip to content

Instantly share code, notes, and snippets.

View vuongddang's full-sized avatar

Vuong Dang vuongddang

View GitHub Profile
@foyzulkarim
foyzulkarim / App.config.ts
Created June 18, 2017 16:41
Sample Angular UI Router configuration in typescript
module App {
"use strict";
export class AppConfig {
static $inject = ["$stateProvider", "$urlRouterProvider", "localStorageServiceProvider"];
constructor($stateProvider: angular.ui.IStateProvider,
$urlRouterProvider: angular.ui.IUrlRouterProvider,
localStorageProvider: angular.local.storage.ILocalStorageServiceProvider
@javierarques
javierarques / protractorAPICheatsheet.md
Last active March 3, 2025 17:08
Protractor API Cheatsheet