Posts by Vinicius Andrade • 11 points
2 posts
-
1
votes6
answers11997
viewsA: Current date Angular 2
I use angle 3, but try this on 2: import { Pipe, PipeTransform } from '@angular/core' import * as moment from 'moment' @Pipe({ name: 'formatDate' }) export class DatePipe implements PipeTransform {…
-
0
votes3
answers1666
viewsA: Ionic is suitable for what types of applications?
Ionic is suitable for relatively simpler applications. For example, if you try to create something similar to an Instagram or Facebook, you will have performance problems in Ionic because of the…