The Wayback Machine - https://web.archive.org/web/20200831033032/https://github.com/topics/aot
Skip to content
#

aot

Here are 137 public repositories matching this topic...

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.

  • Updated Jul 30, 2020
  • TypeScript
IL2C
bencz
bencz commented Apr 11, 2020

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?

For exemple, if we have this code:

    static void Main(string[] args)
    {
        const string AssemblyName = "HelloWorld.dll";
        var assembly = AssemblyBuilder.DefineDynamicAssembly(
slcoder
slcoder commented May 29, 2020

Hi

First of all, thank you very much for this module, it really helped for me.

I'm having an issue of users always attempting to enter (-) mark when they want to add negative value to input, unfortunately, now users have to add numbers and enter (-) mark towards the end, which is not practical.

Any suggestion or help to sort this out?

Thanks

Improve this page

Add a description, image, and links to the aot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.