Posts by Paulo Vaz • 1 point
2 posts
-
0
votes1
answer2220
viewsA: Cannot use import statement Outside a module - Typescript and Babel
HI, I had this problem, in my ormconfig it points to src switched to dist and it worked. show example: "entities": [ "dist/models//*.js" ], "Migrations": [ "dist/Migrations//*.js" ],…
-
-2
votes1
answer155
viewsA: With CSS is it possible to control which element will activate the Focus-Within of a Form?
Hi, long time ago but I don’t know if you made it, try this form { border: 1px solid; color: gray; padding: 4px; } form:focus-within input:nth-child(5) { background: #ff8; color: black; }…