Skip to content

Instantly share code, notes, and snippets.

View xSaraKemily's full-sized avatar

Sara Kemily xSaraKemily

  • Criciuma,SC
View GitHub Profile
@jonrimmer
jonrimmer / switch-cases.directive.ts
Last active March 13, 2025 14:30
jrSwitchCases
import { Directive, Input, Host, TemplateRef, ViewContainerRef, OnInit, DoCheck } from '@angular/core';
import { NgSwitch } from '@angular/common';
@Directive({
selector: '[jrSwitchCases]'
})
export class SwitchCasesDirective implements OnInit, DoCheck {
private ngSwitch: any;
private _created = false;
@trgomes
trgomes / Deploy heroku - laravel
Created January 5, 2018 00:20
Deploy de uma aplicação laravel no heroku
*Pré requisitos *********
=> git instalado
=> heroku cli instalado
=> aplicação gerenciada pelo git
*************************
#Login no heroku
heroku login
#Criando aplicação