-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How to convert angular cli to web pack #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@SaravananArunagiri I've been running into a lot of issues with .net core 2.0 and angular 4. I don't think the way the modules are being lazy loaded is supported the same way with angular 4. I maybe wrong. If anyone has any suggestions on how to get this working it would be great. |
I have no troubles with .net core 2.0 and angular 4. What's your webpack setup? |
I'm using a default template from visual studio, finding it a bit confusing as it doesn't seem to match any documentation out there in terms of structure. This is my repo: https://github.com/Ryan6795/projectfinance/ |
@dushkostanoeski Did you apply the CoreUI.io theme in your project. |
Have a look at this setup, this is how I got mine to work. |
@Ryan6795 @dushkostanoeski Here i found the solution. It may be work.
Just now i saw in website coreui.io |
I found my issue I didnt include the angular2-router-loader in my webpack.config.js file. It now works in production but not in development. I receive "WinHttpException: The connection with the server was terminated abnormally". I think my issue is different that yours now. |
What worked best for me was starting out with angular cli project. Then started an empty asp.net core 2 project in the same directory. Then in the angular cli config file change the dist path to wwwroot. |
@SaravananArunagiri |
thanks @SaravananArunagiri i am able to create angular project but I want to integrate the CoreUI in my project (my project is angular 4 with webpack ) please help me how to integrate the coreUI . thanks |
I created asp.net core 2.0 project with angular 4. Now i want to add core UI layout to that project. but in my project i does not have any angular CLI. only have the web pack. how i convert this?
The text was updated successfully, but these errors were encountered: