0.0.5 • Published 5 years ago

ng-touch-actions-lib v0.0.5

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

NgTouchActionsLib

This library is a wrapper for hamemr js to usage in angular projects. To use hammerjs event just set libTouchActions directive to your element.

Server Side Rendering problem

If you use server side rendering you need to install domino. And insert code below in you server script:

import { createWindow } from 'domino';
import { readFileSync } from 'fs';

...

const template = readFileSync(join(DIST_FOLDER, 'index.html')).toString();

const win = createWindow(template);
global['window'] = win;
global['document'] = win.document;
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago