This commit is contained in:
Eugene Pankov
2021-09-13 09:54:00 +02:00
parent e9738aed8d
commit 87748ab5ec
22 changed files with 512 additions and 372 deletions

View File

@@ -0,0 +1,13 @@
import { Component } from '@angular/core'
@Component({
selector: 'home-features',
templateUrl: './homeFeatures.component.pug',
styleUrls: ['./homeFeatures.component.scss'],
})
export class HomeFeaturesComponent {
screenshots = {
progress: require('../assets/screenshots/progress.png'),
zmodem: require('../assets/screenshots/zmodem.png'),
}
}