Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | Fix client with google bot | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Fix dev locale | Chocobozzz | 2018-08-27 | 1 | -1/+2 |
| | |||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -2/+5 |
| | |||||
* | Rename messages locale to angular | Chocobozzz | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Add form validator translations | Chocobozzz | 2018-06-05 | 1 | -2/+12 |
| | |||||
* | Try to detect incompatible web browsers | Chocobozzz | 2018-03-08 | 1 | -5/+8 |
| | |||||
* | Disable service worker | Chocobozzz | 2018-02-26 | 1 | -4/+11 |
| | |||||
* | Register service worker | Chocobozzz | 2018-02-22 | 1 | -0/+13 |
| | |||||
* | Add hmr | Chocobozzz | 2017-12-12 | 1 | -2/+14 |
| | |||||
* | Upgrade to angular 5 | Chocobozzz | 2017-12-12 | 1 | -7/+8 |
| | |||||
* | Move to angular cli | Chocobozzz | 2017-12-12 | 1 | -0/+12 |
| | |||||
* | Client: add basic aot support | Chocobozzz | 2017-01-13 | 1 | -20/+0 |
| | |||||
* | Dirty update to Angular RC6 | Chocobozzz | 2016-09-06 | 1 | -32/+17 |
| | |||||
* | Client: centralize http res extraction in a service | Chocobozzz | 2016-08-23 | 1 | -1/+2 |
| | |||||
* | Client: update to new form api | Chocobozzz | 2016-08-23 | 1 | -1/+7 |
| | |||||
* | Client: make an admin menu and a classic menu component | Chocobozzz | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | Client: Add authHttp service that authentificates the http request and | Chocobozzz | 2016-07-20 | 1 | -2/+18 |
| | | | | optionally refresh the access token if needed | ||||
* | Client: Update to Angular RC4 | Chocobozzz | 2016-07-18 | 1 | -1/+3 |
| | |||||
* | First draft to use webpack instead of systemjs | Chocobozzz | 2016-06-03 | 1 | -0/+10 |