Quick and dirty typescript setup to get going.
This commit is contained in:
parent
e5ccfeadce
commit
94d01310b9
17 changed files with 99 additions and 14 deletions
server/templates
3
server/templates/config.js.template
Normal file
3
server/templates/config.js.template
Normal file
|
@ -0,0 +1,3 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('ffffng').constant('config', <%= JSON.stringify(config) %>);
|
Loading…
Add table
Add a link
Reference in a new issue