Skip to content

Instantly share code, notes, and snippets.

View Nexeuz's full-sized avatar
📚
Learning

Nicolas Falla Nexeuz

📚
Learning
  • Bogotá, Colombia
View GitHub Profile
@Nexeuz
Nexeuz / ical.ics
Created December 9, 2020 21:14
calendar
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
VERSION:2.0
X-WR-CALNAME:Prueba
METHOD:PUBLISH
PRODID:-//Apple Inc.//macOS 11.0.1//EN
BEGIN:VTIMEZONE
TZID:America/Bogota
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
ngOnInit() {
this.createForm();
this.tipoIdentifacion$ = this._selects.getTipodeId();
const url = `${ AppConfig.API_DOMAIN }:${ AppConfig.PORT }/${ ConfigAdmin.ZONE_PREFIX }/company/${ AppConfig.COMPANY_ID }/politic/current`;
this._currentPolitic.getCurrentPolitic(url)
.subscribe(data => {
this.idPolitic = data.id;
this.idFilePolitic = data.fileId;
}, err => {
this.textButton = 'GUARDAR';