mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
Added HammerJs dependency
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"d3": "^4.8.0",
|
||||
"tippy-js": "https://raw.githubusercontent.com/atomiks/tippyjs/master/dist/tippy.min.js",
|
||||
"tippy-css": "https://raw.githubusercontent.com/atomiks/tippyjs/master/dist/tippy.css",
|
||||
"moment": "^2.18.1"
|
||||
"moment": "^2.18.1",
|
||||
"hammerjs": "^2.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
1
client/dev/app-help/app-help.html
Normal file
1
client/dev/app-help/app-help.html
Normal file
@@ -0,0 +1 @@
|
||||
<iframe id="typeform" src="https://lissy93.typeform.com/to/VruCJJ"></iframe>
|
||||
16
client/dev/app-help/app-help.scss
Normal file
16
client/dev/app-help/app-help.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
@import "../constants.scss";
|
||||
|
||||
|
||||
#typeform {
|
||||
width: 30em;
|
||||
height: 30em;
|
||||
@include tablet-portrait-and-below {
|
||||
width: 17em;
|
||||
height: 25em;
|
||||
}
|
||||
@include desktop-and-up {
|
||||
width: 40em;
|
||||
height: 40em;
|
||||
}
|
||||
}
|
||||
13
client/dev/app-help/app-help.ts
Normal file
13
client/dev/app-help/app-help.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import {Component} from "@angular/core";
|
||||
|
||||
@Component({
|
||||
selector: 'app-feedback',
|
||||
templateUrl: 'app-feedback/app-feedback.html',
|
||||
styleUrls: ['app-feedback/app-feedback.css']
|
||||
})
|
||||
export class AppFeedbackComponent {
|
||||
constructor() {
|
||||
console.log('constructor called');
|
||||
}
|
||||
}
|
||||
0
tasks/setup/delete-demo-db.js
Normal file
0
tasks/setup/delete-demo-db.js
Normal file
Reference in New Issue
Block a user