Results 9 issues of David Gilson

Hello, I made a simple web-component wrapper for code-surfer. https://github.com/gilsdav/code-surfer-wc Do you plan to make an official one ?

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [x] feature request => Please check...

Hello, I have issues in the two possible import orders. # First look - If I put `RouterModule before LocalizeRouterModule` I have issues with **ReactiveFormModule** in Angular Universal and lazyloaded...

solution proposal

New version of CodeGen was released: https://github.com/salesforce/CodeGen2

**- What I did** Update "getVersionAndSubVersion" to be able to manage all version numbers (not only one that start with 2 digits); **- How to verify it** Simply starting Horusec...

Hello, unfortunately my current life doesn't allow me to be as active on the project as I would like. I am then looking for maintainers to help me support this...

Configurations to reproduce: ``` RouterModule.forRoot(routes, { initialNavigation: 'disabled', preloadingStrategy: PreloadAllModules }), LocalizeRouterModule.forRoot(routes, { initialNavigation: true, .... }) ```

bug

Hello, Any idea how to make `ng-content` works ? Thank's in advance.