Ryan Stringham

Results 4 comments of Ryan Stringham

I think that putting each constructor parameter on their own line if there are any parameter properties helps a lot with code readability. In addition to helping with code readability,...

you mean the template in: ```typescript @Component({ ... template: ` This is my template `, ... }) ``` I have no plans to implement this, but would be happy to...

I'm happy to accept a pull request for this issue, if someone wants to try to fix it.

There is a `cliformat.ts` file in the src directory, I use this to automate formatting my angular templates with my build system.