-
Notifications
You must be signed in to change notification settings - Fork 406
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
feat(store): add standalone features #1999
Conversation
a1aa6db
to
bff3f4a
Compare
|
||
@NgModule({ | ||
imports: [ReactiveFormsModule], |
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.
Should this import be moved to the directive imports
?
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.
nah, since this is a directive and we're not using any of the ReactiveFormsModule
exports (like [formControl]
or any other directive)
great work @arturovt, looking forward that feature to became available at least in preview to be able to play around with that, as spoken to @Carniatto //cc @markwhitfeld |
bff3f4a
to
4c76702
Compare
c5f037c
to
1b91e5a
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1c2c1e7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
3fc474b
to
bf83224
Compare
42f6b78
to
19b3d8b
Compare
@arturovt The failing bundlemon check is not about bundlemon limits, but rather some artifacts that are missing: |
19b3d8b
to
1c2c1e7
Compare
BundleMon (Integration Projects)Files added (1)
Total files change +63.95KB 0% Final result: ✅ View report in BundleMon website ➡️ |
No description provided.