- Add Form to HTML
<form netlify name="guestbook" method="POST">
<label>
Jouw naam:
<input name="name" type="text" required="required" minlength="2" />
</label>
<label>
Bericht: <form netlify name="guestbook" method="POST">
<label>
Jouw naam:
<input name="name" type="text" required="required" minlength="2" />
</label>
<label>
Bericht:| /* | |
| * NB: to get this working you will need to | |
| * 1. copy a test-setup.ts file from one of the apps that uses Jest to the root of your project | |
| * 2. replace YOUR_WORK_SPACE_NAME with the name of your work space on line 68 | |
| */ | |
| const path = require('path'); | |
| const angularConfig = require('./angular.json'); | |
| const excludingE2E = Object.keys(angularConfig.projects) |
| var wallabyWebpack = require('wallaby-webpack'); | |
| var path = require('path'); | |
| const angularConfig = require('./angular.json'); | |
| var compilerOptions = Object.assign( | |
| require('./tsconfig.json').compilerOptions, | |
| require('./apps/frontend/tsconfig.spec.json').compilerOptions | |
| ); | |
| compilerOptions.module = 'CommonJs'; |
| /* | |
| * What is this? | |
| * This is an automated "conductor" for the beautiful web app In C by Tero Pavianen | |
| * | |
| * How to use it? | |
| * 1. Go to https://teropa.info/in-c/ | |
| * 2. Click on the Play button after it has finished loading | |
| * 3. Open the Chrome Developer Tools | |
| * 4. Paste the Code below in the Console tab and press Enter | |
| * 5. Listen to your personal unique performance of In C |
| { | |
| "ABNA":{ | |
| "BIC":"ABNANL2A", | |
| "bank_name":"ABN AMRO BANK N.V" | |
| }, | |
| "AEGO":{ | |
| "BIC":"AEGONL2U", | |
| "bank_name":"AEGON BANK NV" | |
| }, | |
| "ANDL":{ |