A quick guide on how to setup Node.js development environment.
Previous versions of these install instructions had been tested with:
| import { ComponentFixture, TestBed, async, inject, fakeAsync, flush } from '@angular/core/testing'; | |
| import { | |
| MatCheckboxModule, | |
| MatSelectModule | |
| } from '@angular/material'; | |
| import { By } from '@angular/platform-browser'; | |
| import { SelectMenuTestHelper } from './select-menu-test.helper'; | |
| describe('SelectOptionComponent', () => { |
| const axios = require('axios') | |
| ... | |
| const requestBody = { | |
| name: 'Akexorcist', | |
| age: '28', | |
| position: 'Android Developer', | |
| description: 'birthdate=25-12-1989&favourite=coding%20coding%20and%20coding&company=Nextzy%20Technologies&website=http://www.akexorcist.com/', | |
| awesome: true |
A quick guide on how to setup Node.js development environment.
Previous versions of these install instructions had been tested with:
| <template> | |
| <div class="grid-container"> | |
| <div class="grid-x"> | |
| <div class="callout"> | |
| <p> | |
| The <tooltip :title="'Fancy word for a beetle.'" :fade-in-duration="800" :position="'right'">scarabaeus</tooltip> hung quite clear of any branches, and, if allowed to fall, would have fallen at our feet. Legrand immediately took the scythe, and cleared with it a circular space, three or four yards in diameter, just beneath the insect, and, having accomplished this, ordered Jupiter to let go the string and come down from the tree. | |
| </p> | |
| </div> | |
| </div> | |
| </div> |
| { | |
| "name": "foundation-sites-template", | |
| "version": "1.0.0", | |
| "description": "Basic template for a new Foundation for Sites project.", | |
| "main": "gulpfile.js", | |
| "devDependencies": { | |
| "browser-sync": "^2.11.1", | |
| "ejs": "^2.4.1", | |
| "gulp": "^3.9.1", | |
| "gulp-autoprefixer": "^3.1.0", |