mnch

Results 22 comments of mnch

Just wanted to share with you my PoC results and thus maybe convince this schematic would be helpful: With the `admin.feature-reducer.ts` file created manually, containing the following skeleton code, **admin.feature.reducer.ts**...

In this command, you are adding the generated reducer to `--reducers index.ts` so you have this file ready. My ticket is about providing a way to create this sort of...

@timdeschryver Good we are on the same page now :) I will be glad to see any sort of solution, be it a new schematic or a new flag to...

@timdeschryver Ekhm... WIth my zero experience in writing schematics this could take a while, but I'm gonna try anyway.

Hi @santoshyadavdev > I can take this if its available. Please do. Thank you.

@Chealer I think the date of last commit (Aug 2018) says a lot about what we could expect from this project.

> @moniuch where you able to use the directive with the async pipe? > > I'm having trouble getting it to work :| @jjreisfl Sorry for a really late reply,...

_I knew I would find this ticket_ :) Agree 100% on that. Given that we have `button` expanding to `` (which by browser is understood as `type="submit"`), and we also...

> imo accessibility is too big a domain for Angular to provide any level of real guidance and this should best be left to other tools that already provide the...

Not something against, but it will look a bit odd :) ``` :root { --fr: calc(1rem * .25); } .usage { grid-template-columns: 1--fr 1--fr 1--fr; } ```