Mathieu BROUTIN

Results 6 issues of Mathieu BROUTIN

Following command had been executed : ``` ng config cli.packageManager yarn ng update @angular/core@8 @angular/cli@8 ng update @angular/core @angular/cli --allow-dirty ``` Also extends the tslint file with the tslint recommandations...

### Describe the problem Currently when prerendering a website, if some pages are not prerendered, the following message is thrown during build time : ``` The following routes were marked...

awaiting submitter

Closes #11697 Add a prerender option `handleNotPrerenderedRoutes` to be able to configure the error reporting when routes were marked as prerenderable, but were not prerendered. --- ### Please don't delete...

feature request

This PR allow to use the CLI with a remote WSDL URL (due to `path.resolve` of an URL). Example : ```shell npx wsdl-tsclient -o generated "http://www.dneonline.com/calculator.asmx?wsdl" ```

Since node 14.14.0, the option `recursive` from `rmDirSync` had been [deprecated](https://nodejs.org/api/fs.html#fsrmdirsyncpath-options) This PR use the recommended function rmSync instead of rmDirSync

For some node runtime (like bun or deno), the default typescript configuration is [`verbatimModuleSyntax: true`](https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax) So for every imports, if the imported object is a type or an interface, the...