This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WEBVTT | |
| 1 | |
| 00:00:00.000 --> 00:00:12.500 | |
| Leonardo Villamil: Hey Lionel! Thanks for sending over your essay draft. I've had a chance to read through it a couple of times. Let's dive in and make this thing shine. | |
| 2 | |
| 00:00:13.200 --> 00:00:22.800 | |
| Lionel Bermudez: Great! I'm a little nervous to hear feedback honestly. I worked really hard on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WEBVTT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WEBVTT | |
| 00:00:01.000 --> 00:00:05.000 | |
| Leonardo Villamil: Hi Lionel, how are you doing today? | |
| 00:00:06.000 --> 00:00:08.000 | |
| Lionel Bermudez: Good, thanks. | |
| 00:00:09.000 --> 00:00:12.000 | |
| Leonardo Villamil: Great. Let's catch up next week then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //correr antes npm install --save highcharts | |
| import { Component, OnInit } from '@angular/core'; | |
| import * as Highcharts from 'highcharts'; | |
| declare var require: any; | |
| require('highcharts/highcharts-more')(Highcharts); | |
| require('highcharts/modules/solid-gauge')(Highcharts); | |
| @Component({ | |
| selector: 'app-detalle-sensor', | |
| templateUrl: './detalle-sensor.page.html', |