- From: JP <notifications@github.com>
- Date: Sun, 30 Jun 2019 02:24:33 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 30 June 2019 09:24:55 UTC
Not a fan myself. In general, `private` in OO means you can't access it outside of that class. Your template has to be parsed by a parser, which is outside of your class. It feels odd to me that this parser should need to access private members. I know that Angular requires your members to not be private if you're going to use them in a template (for performance reasons, these errors only appear when running `ng serve` or `ng build` with `--prod`). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/808#issuecomment-507021469
Received on Sunday, 30 June 2019 09:24:55 UTC