[go: up one dir, main page]

Skip to content

hesyar/SmlAppl.WebApps.NgFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmlAppl.WebApps.NgFramework

Angular Framework for SML WebApps

Installing

You can use bower to install the package:

bower install SmlAppl-WebApps-NgFramework --save

Usage

angular.module("myApp", [ "smlAppl.webApps.framework" ]);
    .constant("appConfig", {
  		uriBaseApi: "api/v1/",
  		uriBaseToken: "oauth/token",
      baseAdminPath: "app/admin",
  		baseViewsPath: "app/views/",
  		baseAdminViewsPath: "app/admin/views/",
  		lookupsDefaultLang: "de", // because translation will be made with ng-translate from the KeyId, the lang actually doesn't matter
  	})
    ;

About

Angular Framework for SML WebApps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 57.4%
  • JavaScript 38.5%
  • HTML 3.9%
  • C# 0.2%