Skip to content

Instantly share code, notes, and snippets.

View tolerious's full-sized avatar
:octocat:
Working from home

Toly tolerious

:octocat:
Working from home
View GitHub Profile
@tolerious
tolerious / cloudSettings
Last active August 28, 2020 00:56
VScode configure file.
{"lastUpload":"2020-08-28T00:56:21.922Z","extensionVersion":"v3.4.3"}
@jhades
jhades / 01.ts
Last active July 22, 2022 13:48
ng-template, ng-container and ngTemplateOutlet examples
@Component({
selector: 'app-root',
template: `
<ng-template>
<button class="tab-button"
(click)="login()">{{loginText}}</button>
<button class="tab-button"
(click)="signUp()">{{signUpText}}</button>
</ng-template>
@ericelliott
ericelliott / essential-javascript-links.md
Last active April 22, 2024 10:15
Essential JavaScript Links
@cirocosta
cirocosta / iframe.html
Last active January 6, 2024 23:02
Sending messages from child iframe to parent webpage
<!DOCTYPE html>
<html>
<head>
<title>My Iframe</title>
</head>
<body>
<button>Botão</button>
<script type="text/javascript">