Jon

Results 20 comments of Jon

ngrx and rx-angular give us a way to create application without zonejs. I wish that material remove zonejs so I can get rid of this library in my application. this...

When you plan to publish this PR?

@codewaseem , @itsrennyman you can vote in the @wizardnet972 post to promote the issue

My team and I are so excited about this feature please release it in next version :)

You awesome thank you!

Hey @dsherret :) The solution you give me it's works on the question example. But I try to apply this to my code and it's not work. I think I...

@dsherret I add ``` project.getPreEmitDiagnostics(); project.resolveSourceFileDependencies(); ``` And change to `./index;` https://codesandbox.io/s/eager-franklin-3w6d8j?file=/src/index.ts The problem still exist. I don't get the variable `flowNode.node` to get the classes. What else can I...

`console.log(project.getPreEmitDiagnostics())` returns empty array. no compiler errors.

@dsherret I update my code and add the `run` function: https://codesandbox.io/s/eager-franklin-3w6d8j?file=/src/index.ts But what I try to get is the components classes value from `appSourceFile`. So I found the `components` within...