I hereby claim:
- I am kanghidro on github.
- I am kanghidro (https://keybase.io/kanghidro) on keybase.
- I have a public key ASB9lsxh8hapkd6kuzcyI7fEB3oqOvl2-cWve74XhY1zLAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Link bài viết này (để copy cho nhanh ý mà :v): http://bit.ly/optimizeBanks
REGISTER OFFICE 365 SUBSCRIPTION - FREE AUTO-RENEW
Shared by Le Thinh at J2Team: https://www.facebook.com/groups/j2team.community/posts/1586202778378503/
VNese: Reddit
FAQ: https://www.facebook.com/groups/j2team.community/posts/1630043450661102/
| src | |
| ├─ app | |
| │ ├─ auth (Folder) | |
| │ │ ├─ auth routes config (File) | |
| │ │ ├─ login (Standalone-Component) | |
| │ │ ├─ register (Standalone-Component) | |
| │ │ └─ ... | |
| │ │ | |
| │ ├─ core (Folder) | |
| │ │ ├─ core providers config (File) |
| import { HttpClient } from '@angular/common/http'; | |
| import { Component, OnInit } from '@angular/core'; | |
| import { CryptoWebService } from './crypto-web.service'; | |
| @Component({ | |
| selector: 'app-root', | |
| templateUrl: './app.component.html', | |
| styleUrls: ['./app.component.css'], | |
| }) |
Install AviSynthPlus Extract MEGUI
curl 'https://cke5-online-builder.cke-cs.com/build' \
-H 'authority: cke5-online-builder.cke-cs.com' \
-H 'accept: */*' \
-H 'accept-language: en-US,en;q=0.9,vi;q=0.8' \
-H 'content-type: application/json' \
-H 'dnt: 1' \| /* @import 'ckeditor5/ckeditor5.css'; */ | |
| @media print { | |
| body { | |
| margin: 0 !important; | |
| } | |
| } | |
| .ck-content { | |
| font-family: 'Lato'; |
| ... | |
| getGoogleUser(accessToken: string): Observable<PeopleGoogle> { | |
| const httpOptions = { | |
| headers: new HttpHeaders({ | |
| 'Content-Type': 'application/json', | |
| Authorization: 'Bearer ' + accessToken | |
| }) | |
| }; | |
| return this._http.get<PeopleGoogle> | |
| ('https://people.googleapis.com/v1/people/me?personFields=names,photos,emailAddresses', httpOptions); |