refactor(ivy): flatten css selectors (#23074)

PR Close #23074
This commit is contained in:
Kara Erickson
2018-03-29 16:41:45 -07:00
committed by Alex Rickabaugh
parent 6cb1adf105
commit 6e5fb99304
44 changed files with 631 additions and 361 deletions

View File

@ -34,7 +34,7 @@ describe('iv perf test', () => {
class Component {
static ngComponentDef = defineComponent({
type: Component,
selector: [[['div'], null]],
selectors: [['div']],
template: function Template(ctx: any, cm: any) {
if (cm) {
container(0);