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 }}
TrevorDemo
/
angular
Public
forked from
angular/angular
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
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 Feb 13, 2015
Merge pull request #1 from TrevorDemo/demo-settings
Show description for 99a06b4
TrevorDemo
committed
99a06b4
Copy full SHA for 99a06b4
Update README.md
TrevorDemo
committed
87c95ed
Copy full SHA for 87c95ed
Update README.md
TrevorDemo
committed
ac4f150
Copy full SHA for ac4f150
feat(Compiler): Multiple template per component
Show description for e6c8bde
vicb
committed
e6c8bde
Copy full SHA for e6c8bde
Update 01_templates.md
matsko
committed
52b0626
Copy full SHA for 52b0626
refactor(ViewPort): @Template -> @Viewport, ViewPort -> ViewContainer
Show description for 6d23d00
vicb
committed
6d23d00
Copy full SHA for 6d23d00
add types
kevmoo
authored and
vicb
committed
3519714
Copy full SHA for 3519714
refactor(facade): remove dependency to rtts_assert
Show description for 0499eeb
marclaval
committed
0499eeb
Copy full SHA for 0499eeb
Commits on Feb 12, 2015
feat(TemplateConfig): support array of arrays in TemplateConfig directives
Show description for 6d8ccaa
marclaval
committed
6d8ccaa
Copy full SHA for 6d8ccaa
feat(EventManager): implement the EventManager
vicb
committed
8844671
Copy full SHA for 8844671
test(change_detection): add an integration test verifying that binding propagation config works
vsavkin
committed
91fd5a6
Copy full SHA for 91fd5a6
Commits on Feb 11, 2015
chore(sourcemaps): add e2e test
yjbanov
committed
234e1ec
Copy full SHA for 234e1ec
fix(build): support transpile to commonjs
tbosch
committed
013e1fa
Copy full SHA for 013e1fa
fix(view): ViewPort light should come from the direct parent
vicb
committed
fc1b791
Copy full SHA for fc1b791
refactor(view_spec): Drop SomeComponentWithEmulatedShadowDom
vicb
committed
b953956
Copy full SHA for b953956
fix(build): use `rtts-assert` instead of `ng-rtts-assert`.
Show description for bbd212c
tbosch
committed
bbd212c
Copy full SHA for bbd212c
feat(build): add npm publish script
Show description for 729e38a
tbosch
committed
729e38a
Copy full SHA for 729e38a
Commits on Feb 10, 2015
fix(compiler): elements with events only create binders but not protoElementInjectors.
Show description for 6e923cb
rkirov
committed
6e923cb
Copy full SHA for 6e923cb
feat(build): add package.json and README.md for publishing to npm
tbosch
committed
dd532fe
Copy full SHA for dd532fe
feat(build): transpile to es6
Show description for 69bba9b
tbosch
committed
69bba9b
Copy full SHA for 69bba9b
feat(forms): add support for checkbox
vsavkin
committed
4b24734
Copy full SHA for 4b24734
perf(Compiler): use Promises only when strictly required
vicb
committed
74f92c6
Copy full SHA for 74f92c6
feature(ShadowDomTransformer): create a compiler step to transform the shadow DOM
vicb
committed
47042bc
Copy full SHA for 47042bc
feat(view_pool): adds a view pool of dehydrated views per protoview.
rkirov
committed
7bf5ab8
Copy full SHA for 7bf5ab8
docs: Update variables to match example
Show description for 617206b
kara
authored and
mhevery
committed
617206b
Copy full SHA for 617206b
docs(01_templates.md): typos
Show description for 4ceb865
jcruz2us
authored and
mhevery
committed
4ceb865
Copy full SHA for 4ceb865
Commits on Feb 9, 2015
feat(packaging): automatically copy LICENSE to dist folders
yjbanov
committed
320c089
Copy full SHA for 320c089
docs(README): correct path to JS example after dir structure reorg
pkozlowski-opensource
committed
583de5b
Copy full SHA for 583de5b
Commits on Feb 7, 2015
fix(transpile): fix usage of `int` and references to `assert` module
tbosch
committed
6f59f2f
Copy full SHA for 6f59f2f
fix(setup): use upstream traceur with explicit patches
Show description for f39c6dc
tbosch
committed
f39c6dc
Copy full SHA for f39c6dc
fix(setup): don’t transpile transpiler sources via karma, only the specs
tbosch
committed
63d8107
Copy full SHA for 63d8107
fix(tests): show stack traces for transpiler unitttests
tbosch
committed
713b670
Copy full SHA for 713b670
Commits on Feb 6, 2015
fix(compiler): add missing support to string literals
Show description for cf169f1
marclaval
committed
cf169f1
Copy full SHA for cf169f1
feat(vars): assignment of component or element instance to vars.
jelbourn
committed
6dbfe0d
Copy full SHA for 6dbfe0d
refactor(change_detection): rename group memento into directive memento
vsavkin
committed
ab733bd
Copy full SHA for ab733bd
Pagination
Previous
Next
You can’t perform that action at this time.