Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
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
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
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 }}
Ablu
/
angular
Public
forked from
angular/angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 23, 2015
fix(compiler): detect and report error for views with empty templateUrl
Show description for 215c4aa
pkozlowski-opensource
committed
215c4aa
Copy full SHA for 215c4aa
fix(ViewLoader): provide componentId in missing template / templateUrl errors
Show description for 3871f89
pkozlowski-opensource
committed
3871f89
Copy full SHA for 3871f89
chore: have presubmit ignore builds which can fail.
mhevery
committed
d853d19
Copy full SHA for d853d19
Commits on Aug 22, 2015
refactor: rename web-workers to web_workers
Show description for 5d40396
mhevery
committed
5d40396
Copy full SHA for 5d40396
chore: reformat npm-shrinkwrap.readme.md for normal line length
mhevery
committed
20acb86
Copy full SHA for 20acb86
Commits on Aug 21, 2015
feat(change_detection): added support for observable components and directives
vsavkin
committed
e8e430e
Copy full SHA for e8e430e
feat(build): added a temporary fix to make test.unit.dart work
vsavkin
committed
85ec34d
Copy full SHA for 85ec34d
fix(change_detection): fixed reflect properties as attributes
Show description for a9ce454
vsavkin
committed
a9ce454
Copy full SHA for a9ce454
refactor(change_detection): replaced devMode with ChangeDetectorGenConfig
vsavkin
committed
b614639
Copy full SHA for b614639
refactor(ApplicationRef): Move ApplicationRef to its own file
Show description for 764726d
jteplitz
committed
764726d
Copy full SHA for 764726d
chore(build): add IE9 to CI
Show description for 65344fc
marclaval
committed
65344fc
Copy full SHA for 65344fc
Revert "chore(benchmarks): disable broken benchmarks"
Show description for ebb3236
yjbanov
committed
ebb3236
Copy full SHA for ebb3236
fix(docs) Added more readable links
Show description for 9d44ae3
ericmartinezr
authored and
mhevery
committed
9d44ae3
Copy full SHA for 9d44ae3
feat(change_detection): do not reparse AST when using generated detectors
vsavkin
committed
d2d0715
Copy full SHA for d2d0715
chore: remove int in favor for number
Show description for b986c54
mhevery
committed
b986c54
Copy full SHA for b986c54
feat: track unused reflection data
yjbanov
committed
8336881
Copy full SHA for 8336881
Commits on Aug 20, 2015
chore(build): add IE10 to CI
marclaval
committed
b0d27ee
Copy full SHA for b0d27ee
chore(build): add IE11 to CI
marclaval
committed
9ba2ab5
Copy full SHA for 9ba2ab5
chore(build): add Firefox to CI
marclaval
committed
1c9be9b
Copy full SHA for 1c9be9b
chore(build): add iOS8 to CI
marclaval
committed
49997ca
Copy full SHA for 49997ca
fix(change_detection): update the right change detector when using ON_PUSH mode
Show description for 195c5c2
vsavkin
committed
195c5c2
Copy full SHA for 195c5c2
fix(.d.ts): show unknown fields as ‘any’ not ‘void’.
Show description for a0b2408
mhevery
committed
a0b2408
Copy full SHA for a0b2408
fix: wtf paramater passing on scope
Show description for 9afcb00
mhevery
committed
9afcb00
Copy full SHA for 9afcb00
Revert "Revert "feat(router): add reuse support for angular 1.x router""
Show description for bde6416
btford
committed
bde6416
Copy full SHA for bde6416
Revert "Revert "feat(router): add angular 1.x router""
Show description for 0648723
btford
committed
0648723
Copy full SHA for 0648723
Revert "Revert "refactor(router): move ROUTE_DATA token into own file""
Show description for 964884e
btford
committed
964884e
Copy full SHA for 964884e
chore(benchmarks): disable broken benchmarks
Show description for 09e0b0a
btford
committed
09e0b0a
Copy full SHA for 09e0b0a
fix(dart): bad export in core.dart
yjbanov
committed
984e7b8
Copy full SHA for 984e7b8
Revert "refactor(router): move ROUTE_DATA token into own file"
Show description for abb3bd2
vicb
committed
abb3bd2
Copy full SHA for abb3bd2
Revert "feat(router): add angular 1.x router"
Show description for 298f1fb
vicb
committed
298f1fb
Copy full SHA for 298f1fb
Revert "feat(router): add reuse support for angular 1.x router"
Show description for cef51a7
vicb
committed
cef51a7
Copy full SHA for cef51a7
Commits on Aug 19, 2015
feat(router): add reuse support for angular 1.x router
Show description for ddb62fe
Shahar Talmi
authored and
btford
committed
ddb62fe
Copy full SHA for ddb62fe
feat(router): add angular 1.x router
btford
committed
fde026a
Copy full SHA for fde026a
refactor(router): move ROUTE_DATA token into own file
Show description for 78a8ba2
btford
committed
78a8ba2
Copy full SHA for 78a8ba2
docs(dgeni): fix a dgeni link error due to ambiguous link
naomiblack
committed
ffc63fc
Copy full SHA for ffc63fc
Pagination
Previous
Next
You can’t perform that action at this time.