Philipp Gerhard
Philipp Gerhard
What's going on? I have just created a new project using the ignite-cli (due to #1776 I manually created the `.gitignore` file). After starting the project using `npm run start`...
As suggested in [this ticket](https://github.com/PolymerLabs/lit-element-starter-ts/issues/41) I updated the project to use the web-dev-server instead of the es-dev-server. As per the documentation of web-dev-server I created an external configuration file instead...
**Goal:** The goal of this PR is to extend the existing function registration methods to also accept types of beans. The advantage would be that this is type-safe. A type-safe...