Markus Thiel

Results 32 issues of Markus Thiel

Would love to see a feature where we can set expires much like on a cookie.. of course we can implement this feature on our own, just thought it would...

Not sure if it's just me or if this is a bug or not :D ``` addToCart(cartArticle: CartArticle) { this.cart.articles.push(cartArticle); this.refreshExpireDate(); this._storage.store('cart', this.cart); } removeFromCart(index: number) { this.cart.articles.splice(index, 1); this.refreshExpireDate();...

This one :) https://www.banggood.com/Battery-Version-XIAOMI-Mijia-CMSXJ11A-1080P-Smart-Wireless-APP-Control-IP-Camera-Waterproof-Outdoor-Camera-AI-Moving-Detection-Infrared-Nighte-Version-Baby-Monitors-p-1498519.html

# Bug Report "You do not have permission to update this wiki." https://github.com/angular/flex-layout/wiki/gdAlignColumns-API Same for more or less all links to Grid content :) #### What is the expected behavior?...

help wanted
docs
P2

# Feature Request #### What is the desired behavior? Not even sure if this is possible but it would be kind of sweet if the cli could build/generate external css...

feature
P5
discussion

This one :) https://www.banggood.com/Battery-Version-XIAOMI-Mijia-CMSXJ11A-1080P-Smart-Wireless-APP-Control-IP-Camera-Waterproof-Outdoor-Camera-AI-Moving-Detection-Infrared-Nighte-Version-Baby-Monitors-p-1498519.html

feature
miio

Would be nice to be able to specify what element to stick to :)

I have an object like this: ``` { "data": { "cart": { "id": "d754932d-45e2-448f-baeb-b457aafd5ee3-47751", "orderItem": [ { "id": 956101, "categoryPaths": [ { "id": "6", "title": "Skafferi" }, { "id": "48",...

question

I have been searching to see if there is another way but I fail to find any... In our main bundle the rich-text-from-markdow is the 3rd biggest package (angular, rxjs...