German Quinteros
German Quinteros
Hi, I was able to run the script successfully using [postcss-scss][1] as parser of [postcss][2]: ``` import * as postcssScss from 'postcss-scss'; ... const hashedResult = await postcss([ postcssModules({ generateScopedName:...
Hi @thatguychrisw , Yes, your PR was merged and released in version 0.10.0 However, that new version introduced the following error: [Version 0.10.0 datadogApiClient.createConfiguration is not a function](https://github.com/dbader/node-datadog-metrics/issues/65) I've created...
Hi @dherges, @smithad15 and @alan-agius4. These features seem to be what we the developers needs to use postcss with ng-packagr. I see that the branch has not been merged yet....
Hi @mlc-mlapis , Mmm... I do not know if schematics is the solution that I need. Let me explain my objective better. I want to implement [CSS Modules](https://github.com/css-modules/css-modules) in my...
Hi @gstvribs, sorry for my late response, I didn't see your comment. Yes, I was able to modify the HTML but it wasn't the best approach. What I did was...
Hi @Hamdibenhenda, thank you for reporting the issue. I updated the master branch to Angular Version 10. Could you validate if the issue was fixed? I will keep the issue...
Hi @elham-sedighi, Regarding your question yes, I believe that you should be available to push new routing to sub-routes following the same approach: 1. Having a Handler Module that defines...