Ionic 2 mobile framework
Ionic 2 mobile framework
Hi
I'm just starting to build an Ionic 2 app and I would like to use responsive datatables in one of my page views.
I have found the NPM installation instructions but I am at a loss as to how I get the js and css files into my app and then use jquery to initialise.
The syntax for importing Angular components is something like this:
import {Component} from '@angular/core';
import {NavController, Loading} from 'ionic-angular';
import {TaskService} from '../../providers/task-service/task-service';
Has anyone else tried to do this yet?
Tom