emmet
exists, usecmd+e
instead ofctrl+e
to expand abbreviation.dependencies
can be added by adding the package name at the bottom left.- After installing
bootstrap
, it can be used by importing tosrc/styles.css
@import 'bootstrap/dist/css/bootstrap.min.css';
Open Questions
- How to configure typescript to resolve paths in a semi-consistent fashion such as:
import {blah} from 'src/app/folder1/component' import {blah} from 'src/app/folder2/service'
- to be determined…
Written with StackEdit.