profanis
profanis
Hey @brandonroberts I could give this a try. I have slowly started working on it. Perhaps I could push a draft PR and optimize it on the go
As you said in your second comment, the API routes could be based on an integration with Nitro. To start with Nitro is fairly easy. All it needs is the...
I checked the CLI code of Nitropack to understand what are the steps it follows to create the dev server, and what are the steps for the production build. I...
Can you please point me to the code you tried and failed?
In the previous version, we could also provide via the props the input despite its alias name. ```ts @Component({ ... }) export class XyzComponent { name = input('userName'); } ```...
> Maybe we should change props to inputs? This sounds like a great idea.
The RFCs description says: > Only static html or text (without bindings, Angular components or directives) However, I am wondering how this approach could work with events. How about if...
> @profanis Please could you exclude the `tutorials` folder in the `.codeclimate.yml` file. And add the rule to ignore the `node_modules` folder in the `.eslintignore`. Thanks for that @markwhitfeld I...