Commit Graph

12850 Commits

Author SHA1 Message Date
Art Lowel
5d281fb828 removing unused router from app.component 2016-12-13 12:51:21 +01:00
Art Lowel
d3370e266a fixed an issue where the reducers wouldn't be combined correctly when using AoT compilation 2016-12-13 12:03:04 +01:00
Art Lowel
5fbf07d838 removed test onResize call 2016-12-13 10:33:51 +01:00
Art Lowel
599cae07f6 forgot to move the styles from app.component to header.component 2016-12-13 10:32:24 +01:00
Art Lowel
2846dc9446 header, isNavBarCollapsed observable: filter out undefined state that can occur when using AoT compilation 2016-12-13 10:14:47 +01:00
Art Lowel
54f3cbc41b rewrote header reaction to route change as ngrx event 2016-12-12 16:42:03 +01:00
Art Lowel
20632a8d12 rewrote window resize event using redux 2016-12-12 16:02:27 +01:00
Art Lowel
69f8d9855a reimplemented header navbar toggle using redux 2016-12-12 14:57:07 +01:00
Art Lowel
9aa74b863e moved header to its own component 2016-12-12 13:36:02 +01:00
William Welling
9bbb947987 Merge pull request #16 from artlowel/global-dependencies
Global dependencies
2016-12-08 11:37:47 -06:00
Art Lowel
f32cc574b9 stopped automatically installing global dependencies after npm install 2016-12-08 18:31:28 +01:00
Art Lowel
54b90a2c38 added npm script to install global dependencies 2016-12-08 18:29:50 +01:00
Art Lowel
5ff712b58e Merge pull request #10 from wwelling/bootstrap
Added bootstrap with ng-bootstrap: this closes #4
2016-12-07 18:00:40 +01:00
Art Lowel
c378d0affa Merge pull request #12 from wwelling/production-startup-script
Added production startup script: this closes #11
2016-12-07 16:12:02 +01:00
William Welling
6142114b67 Removed redundant node-sass call 2016-12-05 13:20:51 -06:00
William Welling
ed4e5fcc24 Updated package.json 2016-12-05 11:26:17 -06:00
William Welling
1635c7e4e8 Removed brotli compression. Enable async and preboot. 2016-12-05 11:25:58 -06:00
William Welling
103138d00c Refactor debug to dev on start and watch script 2016-12-05 10:58:40 -06:00
William Welling
ede7c56c1c Added concurrently. Updated npm scripts. 2016-12-05 10:52:33 -06:00
William Welling
55a57a72c4 Removed webpack.records.json from clean:ngc 2016-12-05 08:02:29 -06:00
William Welling
6c6208ee94 Updated clean:ngc to clean all production generated files 2016-12-05 08:01:22 -06:00
William Welling
ecdf7d5b16 Added production startup script 2016-12-05 07:54:52 -06:00
Art Lowel
ee2e4620c2 Merge pull request #8 from wwelling/tslint-warnings
Looks good, merging
2016-12-05 14:24:16 +01:00
Art Lowel
c4ce30130d Merge pull request #7 from wwelling/tslint-build
Looks good, merging.
2016-12-05 14:06:34 +01:00
William Welling
657d5c35f3 Import variables into component scss files 2016-12-02 09:59:41 -06:00
William Welling
82ecfbf6dd Specify scss for imports. Only clean css within src folder 2016-12-02 09:54:39 -06:00
William Welling
df41a8ef71 Prototype branding. Added resource images. 2016-12-02 09:46:39 -06:00
William Welling
82143578fd App component styleUrls point to generated css 2016-12-02 08:13:47 -06:00
William Welling
8878e9ba38 Removed generate css files. 2016-12-02 08:11:01 -06:00
William Welling
1a0edc56e0 Merge tslint-warnings 2016-12-02 08:10:32 -06:00
William Welling
925f33ce17 Resolved merge conflicts. 2016-12-02 08:02:08 -06:00
William Welling
c6472c245f Merge branch 'tslint-build' into tslint-warnings 2016-12-02 07:50:11 -06:00
William Welling
ce6c707ff6 Updated package.json 2016-12-02 07:48:39 -06:00
William Welling
5c60530ffc Resolved merge conflicts. 2016-12-02 07:46:21 -06:00
Art Lowel
c87a20ea25 Merge pull request #9 from wwelling/i18n-translate
I18n translate: this connects to #3
2016-12-02 11:05:16 +01:00
William Welling
b56fc730c5 Added bootstrap with ng-bootstrap 2016-12-01 13:49:24 -06:00
William Welling
8268845cf0 Use lifecycle hooks to unsubscribe 2016-12-01 13:16:39 -06:00
William Welling
1a8aabc996 Translating app component content 2016-12-01 13:08:23 -06:00
William Welling
40562a5069 Added TranslateModule and dependencies to node and browser modules 2016-12-01 13:07:31 -06:00
William Welling
ed5b8a641f Added CopyWebpackPlugin to webpack config 2016-12-01 13:05:17 -06:00
William Welling
7c3e0a3ca4 Added initial i18n en.json file 2016-12-01 13:04:31 -06:00
William Welling
3b9c3764ca Added ng2-translate and copy-webpack-plugin 2016-12-01 13:03:56 -06:00
William Welling
47b2de2aa4 Formatted files. Using ds as prefix instead of dspace. 2016-12-01 12:32:54 -06:00
William Welling
9e96728761 Use dspace as a prefix for directives, component, and pipes. 2016-12-01 12:25:26 -06:00
William Welling
79b9bacd5a Add tslint-loader with pre enforced. Add to loader options plugin. 2016-12-01 12:12:14 -06:00
William Welling
d48b7524a1 Start with recommended configurations based of Style Guide. 2016-12-01 12:11:30 -06:00
William Welling
d657dd53fc Add tslint-loader dependency. Upgrade dependencies. 2016-12-01 12:07:47 -06:00
Art Lowel
28e23f0cdd removed universal demo components 2016-12-01 10:48:10 +01:00
Art Lowel
7bd7f32362 added codelyzer and tslint 2016-11-30 15:58:58 +01:00
Art Lowel
a573556963 initial commit 2016-11-30 15:13:29 +01:00