Re: [DISCUSS] Coding guidelines for the UI

2020-03-07 Thread Philipp Zehnder
Hi all, thanks to the UI update of Dominik, we are now using the angular CLI. This eases some task during development. We now can use the “ng g” commands. For example to create a new component in a module, navigate to the folder of this module and execute the following command: ng g component

Re: [DISCUSS] Coding guidelines for the UI

2020-03-06 Thread Johannes Tex
Hi Philipp, today I activated tslint in my IDE, it is really helpful! Thanks! Johannes On 2020/03/05 22:00:19, Philipp Zehnder wrote: > Hi all, > > during the development of UI components I realized that we use many different > code styles. > > The project contains a tslint.json file,

[DISCUSS] Coding guidelines for the UI

2020-03-05 Thread Philipp Zehnder
Hi all, during the development of UI components I realized that we use many different code styles. The project contains a tslint.json file, and my IDE shows errors if there are any style violations. My suggestion would be that everybody activates tslint to ensure we all use the same