Максим Иванов
Максим Иванов
I had the same thing in the project, and I just rewrote all the projects
also ```ts // .. @NgModule({ declarations: [AppComponent], imports: [ AppRoutingModule, BrowserModule, FlexLayoutModule, HttpClientModule, MatListModule, MatMenuModule, MatSidenavModule, MatToolbarModule, BrowserAnimationsModule ], bootstrap: [AppComponent] }) // ... ``` and not sorted ```ts //...
@timdeschryver could you help me?
`But note that, depending on how many changes are needed, you'll still hit the 10-limit problem.` https://github.com/lydell/eslint-plugin-simple-import-sort Yes, but rule `import sort` works without 10 iterations, I expect the same...
@markwhitfeld @arturovt
updated readme
@christianscharr you need usage proxy.conf.js for Angular ng serve --proxy-config proxy.conf.js ```js const PROXY_CONFIG = { "/api/proxy": { "target": "http://localhost:3000", "secure": false, "bypass": function (req, res, proxyOptions) { req.headers["X-Custom-Header"] =...
There are 3 more things left to do 3. Add codecoverage 4. Add contributing.md+ precommit hooks 5. Add changelog generator
Please add more information
Good job! So now I need fix release script in master branch and merge this branch later