Giter Site home page Giter Site logo

piral_meeting_examples's Introduction

Repro Steps

  • cd ./appshell and run npm i and then npm run build
  • cd ../SuperCoolApp.Ui and run dotnet build
  • cd ../Layout.Ui and run dotnet build
  • cd ../piral~/SuperCoolApp.Ui and run npm start

Problems

  1. If you uncomment the third line in SuperCoolApp.Ui\Components\GenericComponent.razor an error is shown in the browsers console. (Because the component has @typeparam T and @attribute [PiralComponent])
  2. If the 3rd Line in SuperCoolApp.Ui\Components\GenericComponent.razor is still commented we should still get the error, because GenericComponent inherits Framework\BaseComponent.cs and BaseComponent already has [PiralComponent set]. So it looks like that the attribute is not inherited.
  3. When the app loads the following error is shown in the browsers console: Cannot provide a value for property '_jsService' on type 'SuperCoolApp.Ui.Pages.LoadOrder'. . We need a way to always load the Layout pilet first.
  4. The appshell shows a loading animation at start. This is implemented here appshell\src\index.html, but we need a way to wait for all pilets to be loaded and only then switch from loading animation to The loaded app view.
  5. Here SuperCoolApp.Ui\Pages\ExtensionPage.razor The Extension should get Values passed in, but that does not work.
  6. Here SuperCoolApp.Ui\Pages\Logger.razor we'd need a way to configure the ILogger to also log Debug Logs.

piral_meeting_examples's People

Contributors

luckyluggi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.