Abp: Integrate abp modules with angular insted of MVC

Created on 20 Jan 2020  路  3Comments  路  Source: abpframework/abp

Hi,
Is it possible we use angular for our modules UIs instead of mvc? I saw existing abp modules and all of them use mvc for generating UI for modules.I want to create modular system with angular insted of mvc. Do you any solutions for this issue?

question

Most helpful comment

You have Angular UI option when generating abp application. In Angular application, there are Volo npm packages referenced.
I don't know where do you see problems?

All 3 comments

You have Angular UI option when generating abp application. In Angular application, there are Volo npm packages referenced.
I don't know where do you see problems?

@leonkosak I want to create a module, not an application. for example, I want to create an abp module with angular UI and I want to add it to my application with [DependsOn()] attribute.

All abp modules also have angular UIs, but not inside the module folder. See angular UI of the modules: https://github.com/abpframework/abp/tree/dev/npm/ng-packs/packages
They are deployed as NPM packages. It is not C#, so you cand use DependsOn attribute for them. You will depend in your package.json file for NPM.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ugurozturk picture ugurozturk  路  3Comments

hikalkan picture hikalkan  路  3Comments

wocar picture wocar  路  3Comments

derily picture derily  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments