You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Angular 2.0.0, I am trying to write a unit test, I have [on-load-complete]="onLoadComplete" in my HTML template when i try to run my test the error
Binding to event attribute 'on-load-complete' is disallowed for security reason
my test is basically trying to create the component that the viewer is impeded in.
it('should create an instance', () => { expect(profileResumeComponent).toBeTruthy(); });
Any suggestions?
The text was updated successfully, but these errors were encountered:
I am using Angular 2.0.0, I am trying to write a unit test, I have
[on-load-complete]="onLoadComplete"
in my HTML template when i try to run my test the errormy test is basically trying to create the component that the viewer is impeded in.
it('should create an instance', () => { expect(profileResumeComponent).toBeTruthy(); });
Any suggestions?
The text was updated successfully, but these errors were encountered: