Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
{{ message }}
klerick
/
nx-angular-mf
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 13, 2025
feat(nx-angular-mf): E2E test
Show description for a2e0147
klerick
committed
a2e0147
Copy full SHA for a2e0147
Commits on Jan 9, 2025
feat(nx-angular-mf): export builder types
Show description for 35f4bc9
klerick
committed
35f4bc9
Copy full SHA for 35f4bc9
fix(custom-loader): handle @fs/ protocol in module resolution
Show description for 22488d5
klerick
committed
22488d5
Copy full SHA for 22488d5
feat(angular-mf): support dynamic ES plugin configuration
Show description for e40dd69
klerick
committed
e40dd69
Copy full SHA for e40dd69
Commits on Jan 8, 2025
chore(release): 19.0.0 [skip ci]
Show description for a092c62
semantic-release-bot
committed
a092c62
Copy full SHA for a092c62
Merged 'main' into 'release'.
github-actions[bot]
authored
bb34eef
Copy full SHA for bb34eef
chore(release): 19.0.0-beta.1 [skip ci]
Show description for 533cf66
semantic-release-bot
committed
533cf66
Copy full SHA for 533cf66
ci(release): correct package paths for nx-angular-mf
Show description for c0131b3
klerick
committed
c0131b3
Copy full SHA for c0131b3
fix(angular): first release
Show description for e2ccee7
klerick
committed
e2ccee7
Copy full SHA for e2ccee7
chore(package): enhance package configs and dependencies
Show description for 72af140
klerick
committed
72af140
Copy full SHA for 72af140
feat(ci): add initial CI configuration and tools
Show description for 139f87e
klerick
committed
139f87e
Copy full SHA for 139f87e
docs(nx-angular-mf): add license and detailed README update
Show description for 0bc6358
klerick
committed
0bc6358
Copy full SHA for 0bc6358
docs: simplify and refocus project instructions
Show description for 0141b79
klerick
committed
0141b79
Copy full SHA for 0141b79
fix(nx-angular-mf): extract Angular SSR path resolver plugin
Show description for 1e029ef
klerick
committed
1e029ef
Copy full SHA for 1e029ef
chore: update tsconfig to include additional library files
Show description for ae8c479
klerick
committed
ae8c479
Copy full SHA for ae8c479
Commits on Dec 30, 2024
Step 3 - Finish
klerick
committed
0eb9d90
Copy full SHA for 0eb9d90
Step 3 - Fix: Manually define paths for @angular/ssr/node to resolve external dependency issue in server.mjs.
klerick
committed
2b5f23d
Copy full SHA for 2b5f23d
Step 3 - Enable partialSSRBuild to fix build; manually specify paths for @angular/ssr/node to resolve external dependency issue.
klerick
committed
9b670a8
Copy full SHA for 9b670a8
Step 3 - Integrate all tasks into the build system; apply changes across the board.
klerick
committed
266c829
Copy full SHA for 266c829
Step 3 - Use esbuild to bundle and transfer loader with dependencies to SSR build directory.
klerick
committed
759b130
Copy full SHA for 759b130
Step 3 - Register loader via esbuild: Create server.ssr.mjs to initialize loader before SSR server start.
klerick
committed
d6ab6a0
Copy full SHA for d6ab6a0
Step 3 - Implement module loader: Fetch import-map-config.json via deployUrl to build importmap for dependency loading; restart SSR server for mini-SPA updates.
klerick
committed
d8eba55
Copy full SHA for d8eba55
Step 3 - Add deployUrlEnvName parameter for environment variable prioritization of deployUrl.
klerick
committed
4157431
Copy full SHA for 4157431
Step 3 - Ensure deployUrl accuracy for dependency loading
klerick
committed
5852256
Copy full SHA for 5852256
Step 2 - Add button to trigger Vite restart for remoteEntry changes; streamline updates without server restarts.
klerick
committed
dd31a44
Copy full SHA for dd31a44
Step 2 - Trigger update process for test-shared-library changes
klerick
committed
813aa39
Copy full SHA for 813aa39
Step 2 - Implement custom loader for SSR: handle external files, load mini-SPA modules, update importmap, use http prefixes, and apply resolve-based solution for dev-server.
klerick
committed
4cb0d4d
Copy full SHA for 4cb0d4d
Step 2 - Intercept and replace Vite
klerick
committed
fddb813
Copy full SHA for fddb813
Step 2 - Register custom loader before serveWithVite; restrict to SSR mode.
klerick
committed
6f6291d
Copy full SHA for 6f6291d
Step 2 - Hooks for module loading.
klerick
committed
a22724f
Copy full SHA for a22724f
Step 2 - Cretae patch-vate-dev-server
klerick
committed
58f0681
Copy full SHA for 58f0681
Step 2 - Enable SSR
klerick
committed
20ffd26
Copy full SHA for 20ffd26
Step 2 - Add wrapper to handle TypeScript module resolution errors; improve flexibility for defining routes.
klerick
committed
c251f8e
Copy full SHA for c251f8e
Step 2 - Support deployUrl for importmap paths; default to dev-server host if absent, ensuring CDN compatibility.
klerick
committed
596a372
Copy full SHA for 596a372
Step 2 - Add exposes and remoteEntry in import-map-config.json
klerick
committed
db82bfc
Copy full SHA for db82bfc
Pagination
Previous
Next
You can’t perform that action at this time.