taiga-family / ng-polymorpheus

Polymorpheus is a tiny library for polymorphic templates in Angular.

Home Page:https://stackblitz.com/edit/polymorpheus-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Primitive value is not properly typed

waterplea opened this issue · comments

When using content as aliasing for primitive content templates, result is not properly typed:
image

Technically it can be string | number, but I'm not sure if we should bother. It is mostly going to be a string.