Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/public/docs/_examples/security/ts/app/app.component.ts

14 lines
246 B
TypeScript
Raw Normal View History

docs(security): Add security documentation. Substantially rewritten, based on original content by Brian Clarkio and Ward Bell and contributions from Naomi Black.
2016-06-20 23:34:14 -07:00
// #docregion
import { Component } from '@angular/core';
@Component({
docs(security): proofread prose, app now shows good and bad - App now shows how Angular handles untrusted URLs and resources - E2e test covered new functionality - Copyedits to prose - Updated provider expressions to use latest syntax The original security feature tracker: https://github.com/angular/angular/issues/8511
2016-06-30 07:21:55 -07:00
selector: 'my-app',
docs(security): Add security documentation. Substantially rewritten, based on original content by Brian Clarkio and Ward Bell and contributions from Naomi Black.
2016-06-20 23:34:14 -07:00
template: `
<h1>Security</h1>
<inner-html-binding></inner-html-binding>
<bypass-security></bypass-security>
docs(rc5): update docs and plunkers for rc5
2016-08-09 17:38:25 +01:00
`
docs(security): Add security documentation. Substantially rewritten, based on original content by Brian Clarkio and Ward Bell and contributions from Naomi Black.
2016-06-20 23:34:14 -07:00
})
export class AppComponent {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 169ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API