I hereby claim:
- I am ngnam on github.
- I am namnv39 (https://keybase.io/namnv39) on keybase.
- I have a public key ASBNrpWBYVBjzQBCc9_D04fMxtlOIJzTNl-Ps5nx_xa_hgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// password.validator.ts | |
import { FormControl } from '@angular/forms'; | |
export interface ValidationResult { | |
[key: string]: boolean; | |
} | |
export class PasswordValidator { | |
public static strong(control: FormControl): ValidationResult { | |
const hasNumber = /(?=\D*\d)/.test(control.value); |
License: R J van der Linden | |
Key: CN9X-US28-F6RR-EY9M-YTQC |
(function test() { | |
// một số hàm truy xuất DOM trên browserm get element, finder, children, parent,... | |
var htmlCollection = document.getElementsByClassName('questions-list' ; | |
var arrCollection = []; | |
// tìm hiểu apply funciton trong javascript la gì. | |
[].push.apply(arrCollection, htmlCollection); | |
// foreach là gì | |
arrCollection.forEach(function(item) { | |
if (!item) { |
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.pdf
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.epub
http://www.oreilly.com/programming/free/files/microservices-for-java-developers.mobi
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.pdf
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.epub
http://www.oreilly.com/programming/free/files/modern-java-ee-design-patterns.mobi
import { | |
Directive, | |
Output, | |
HostListener, | |
Input, | |
OnDestroy, | |
OnInit, | |
EventEmitter | |
} from "@angular/core"; | |
import { Subject, interval, combineLatest } from "rxjs"; |
<title>Loạt lời phê đầy tính 'cà khịa' của thầy cô</title> | |
<meta name="description" content="Ngày nay, thầy cô không còn là những giáo viên khó tính mà cũng 'lầy lội' không kém học sinh."/> | |
<meta name="keywords" content="lời phê, giáo viên, cà khịa, vui tính, hài hước"/> | |
<meta name="news_keywords" content="lời phê, giáo viên, cà khịa, vui tính, hài hước"/> | |
<meta charset="utf-8"> | |
<meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=1" name="viewport"/> | |
<meta http-equiv="X-UA-Compatible" content="IE=100"/> | |
<meta property="fb:app_id" content="1547540628876392"/> | |
<meta name="apple-mobile-web-app-capable" content="yes"/> | |
<meta name="apple-mobile-web-app-title" content="Vnexpress.net"/> |
Angular CLI version | Angular version | Node.js version | TypeScript version | |
---|---|---|---|---|
- | 2.x | 6.0.x or later minor version | 2.0.x | |
1.0.6 | 4.x | 6.9.x or later minor version | 2.2.x | |
1.1.3 | 4.x | 6.9.x or later minor version | 2.3.x | |
1.2.7 | 4.x | 6.9.x or later minor version | 2.3.x | |
1.3.2 | 4.2.x or later minor version | 6.9.x or later minor version | 2.4.x | |
1.4.10 | 4.2.x or later minor version | 6.9.x/8.9.x or later minor version | 2.4.x | |
(1.5.6) | 5.0.x | 6.9.x/8.9.x or later minor version | 2.4.x | |
1.5.6 | 5.1.x | 6.9.x/8.9.x or later minor version | 2.5.x | |
1.6.7 | 5.2.x or later minor version | 6.9.x/8.9.x or later minor version | 2.5.x |