JB Nizet

Results 111 comments of JB Nizet

It should work the same way. Post a repro on stackblitz.

The stackblitz you posted is the one I posted above. And it displays a tooltip with a green background.

You made two mistakes: 1. the property must be named `styleUrls`, not `styles` 2. The array must contain the path of the **css** file, not the path of the **ts**...

You put the CSS in mis-cuentas.css, which is probably not the CSS file for the component whose template is in mis-vehiculos.html. I think it's time to close this issue now....

I agree. I use prettier in most of my projects, and the output is way more readable than clang.

See the compatibility matrix here: https://ng-bootstrap.github.io/#/getting-started

IMHO, you shouldn't hide the input inside a component as you're doing. Instead, if you need to "decorate" the input, then you should use content projection, so that the user...

Thinking about this a bit more, I realize that there might be a private log() method in the Parent, and another one in the Child, and that in that case,...

My two cents: I usually name the file `app.routes.ts` and not just `routes.ts`. This is consistent with `app.component.ts` and `app.module.ts`, and it promotes a similar naming for child modules: `heroes.routes.ts`,...

My guess is that they will want to include the code in their existing repo, as a subproject of the MockK project. Not just take control of my repo. I'll...