anoblet / my-project

Starterkit based off lit-element - manages users, provides state, has a CRUD example,

Home Page:https://my-project-75792.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an event here

todo opened this issue · comments

commented

my-project/src/Router.ts

Lines 65 to 69 in 4df5372

// @todo Create an event here
// Example: portal.setAttribute("hidden", "");
while (portal.firstChild) {
portal.removeChild(portal.firstChild);
}


This issue was generated by todo based on a @todo comment in 4df5372. It's been assigned to @anoblet because they committed the code.

Route changes have evolved a tiny bit. Still not sure how lifecycles are able to play a part. They're embedded for the time being and will be described in the documentation.