-
Notifications
You must be signed in to change notification settings - Fork 91
update example specs to standalone #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update example specs to standalone #400
Conversation
a99f30c
to
1e15206
Compare
@@ -28,8 +28,8 @@ function reducerItems() { | |||
} | |||
|
|||
@NgModule({ | |||
declarations: [ | |||
AppComponent, | |||
declarations: [AppComponent], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: can the AppComponent
not be converted to a standalone component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed these changes, as well as a cleanup of the unnecessary setup/environment files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @markgoho !
thank you so much @timdeschryver I apologize for the delay in response, I was out of the country and couldn't focus the time on this that I wanted to all the changes you made look fantastic, thanks again!! |
fixes #399