Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
mdkhaled
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
angular
modules
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2014
doc(example): adds comments to the hello world app.
Show description for 70c38e6
rkirov
committed
70c38e6
View commit details
Copy full SHA for 70c38e6
View code at this point
Browse repository at this point
refactor(ChangeDetector): rename WatchGroup into RecordRange
vsavkin
committed
2980eb5
View commit details
Copy full SHA for 2980eb5
View code at this point
Browse repository at this point
feat(ChangeDetector): implement enabling/disabling watch group
vsavkin
committed
862c641
View commit details
Copy full SHA for 862c641
View code at this point
Browse repository at this point
feat(compiler): support `on-` and `[]`
tbosch
committed
fc5b7ed
View commit details
Copy full SHA for fc5b7ed
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
feat(compiler): new semantics for `template` attributes and view variables.
Show description for c6846f1
tbosch
committed
c6846f1
View commit details
Copy full SHA for c6846f1
View code at this point
Browse repository at this point
feat(examples): adds hello-world app.
Show description for d6193e9
rkirov
committed
d6193e9
View commit details
Copy full SHA for d6193e9
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
feat(bootstraping): application bootstrapping implementation.
Show description for 1221857
rkirov
committed
1221857
View commit details
Copy full SHA for 1221857
View code at this point
Browse repository at this point
feat(ChangeDetector): change View to construct a WatchGroup hierarchy
vsavkin
committed
f0d6464
View commit details
Copy full SHA for f0d6464
View code at this point
Browse repository at this point
feat(Change Detection): Child watch groups
vicb
authored and
vsavkin
committed
384f0ae
View commit details
Copy full SHA for 384f0ae
View code at this point
Browse repository at this point
fix(test_lib): allow equality tests for `Map`
tbosch
committed
7482b68
View commit details
Copy full SHA for 7482b68
View code at this point
Browse repository at this point
fix(compiler): use parentheses around expressions and escape quotes
tbosch
committed
b2ecdb5
View commit details
Copy full SHA for b2ecdb5
View code at this point
Browse repository at this point
refactor(ElementInjector): remove stale file and make StaticKeys private
tbosch
committed
03882dc
View commit details
Copy full SHA for 03882dc
View code at this point
Browse repository at this point
feat(ChangeDetector): implement enabling/disabling records
vsavkin
committed
daf8f72
View commit details
Copy full SHA for daf8f72
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
refactor(benchmark): simplify writing benchmarks
Show description for 8dfbc24
tbosch
committed
8dfbc24
View commit details
Copy full SHA for 8dfbc24
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
feat(view): add support for instantiation of nested component views.
Show description for be4cb2d
rkirov
committed
be4cb2d
View commit details
Copy full SHA for be4cb2d
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
feat(compiler): add benchmarks
Show description for b07ea6b
tbosch
committed
b07ea6b
View commit details
Copy full SHA for b07ea6b
View code at this point
Browse repository at this point
fix(change_detection/lexer): support production mode
Show description for aa9eeb8
tbosch
committed
aa9eeb8
View commit details
Copy full SHA for aa9eeb8
View code at this point
Browse repository at this point
feat(ElementInjector): add NgElement
vsavkin
committed
d7208b8
View commit details
Copy full SHA for d7208b8
View code at this point
Browse repository at this point
feat(ElementInjector): change ElementInjector so @parent and @ancestor do not include self.
vsavkin
committed
ac8351b
View commit details
Copy full SHA for ac8351b
View code at this point
Browse repository at this point
refactor(ChangeDetector): pass formatters when instantiating a watch group
vsavkin
committed
e15bcf0
View commit details
Copy full SHA for e15bcf0
View code at this point
Browse repository at this point
feat(change_detector): cleanup
vsavkin
committed
0341085
View commit details
Copy full SHA for 0341085
View code at this point
Browse repository at this point
feat(change_detector): add support for map literals
vsavkin
committed
34d76f1
View commit details
Copy full SHA for 34d76f1
View code at this point
Browse repository at this point
feat(change_detector): add support for array literals
vsavkin
committed
75fd984
View commit details
Copy full SHA for 75fd984
View code at this point
Browse repository at this point
feat(change_detector): add support for ternary
vsavkin
committed
0e6d523
View commit details
Copy full SHA for 0e6d523
View code at this point
Browse repository at this point
feat(change_detector): add support for negate
vsavkin
committed
f38b940
View commit details
Copy full SHA for f38b940
View code at this point
Browse repository at this point
feat(change_detector): add support for method calls
vsavkin
committed
4e38e3a
View commit details
Copy full SHA for 4e38e3a
View code at this point
Browse repository at this point
feat(change_detector): add support for formatters
vsavkin
committed
dcd905a
View commit details
Copy full SHA for dcd905a
View code at this point
Browse repository at this point
feat(change_detection): add support for binary operations and literals
vsavkin
committed
79a9430
View commit details
Copy full SHA for 79a9430
View code at this point
Browse repository at this point
refactor(annotations): replace Module functions with plain lists.
Show description for b8e3617
rkirov
committed
b8e3617
View commit details
Copy full SHA for b8e3617
View code at this point
Browse repository at this point
fix(compiler, view): centralize TemplateElement checks and fix inconsistencies
Show description for 1b79c91
tbosch
committed
1b79c91
View commit details
Copy full SHA for 1b79c91
View code at this point
Browse repository at this point
refactor(ElementBinder): Store componentDirective and templateDirective as well.
tbosch
committed
5e0ff2c
View commit details
Copy full SHA for 5e0ff2c
View code at this point
Browse repository at this point
fix(BaseException): Support stack traces in BaseException
tbosch
committed
352b640
View commit details
Copy full SHA for 352b640
View code at this point
Browse repository at this point
refactor(ElementInjector): support components
Show description for 7308a3a
tbosch
committed
7308a3a
View commit details
Copy full SHA for 7308a3a
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
feat(compiler): initial version of the compiler.
Show description for 7a70f8f
tbosch
committed
7a70f8f
View commit details
Copy full SHA for 7a70f8f
View code at this point
Browse repository at this point
fix(lang): fix small typo.
SekibOmazic
authored and
rkirov
committed
62efb56
View commit details
Copy full SHA for 62efb56
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.