Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "BobIngham"

This is an-going issue discussed elsewhere on the forum and occassionally in github. Closing for this reason.

See above, first answer!!!!

Not a problem, check your module declarations in your other project, it's obviously an import issue. Glad to help if I can but I think with a little more perserverance you'll find the issue here.

@optixdev, I feel for you, you are obviously at the bottom of a steep learning curve! Your problem is not Zero related but angular related, google "angular can't bind to 'formgroup' since it isn't a known property of 'form'" and you will find your answer amongst 3,000 choices: Can't bind to 'formGroup' since it isn't a known property of 'form' Good luck!!

HI @optixdev, Follow the instructions for angular reactive forms, in your case I don't think you have imported the ReactiveFormsModule to your module:

  imports: [
    FormsModule,
    ReactiveFormsModule,

Hope that helps.

Hi @SageSpecialSolutions,

Scroll down the page to: Angular Application Publishing So far, you're on http://localhost:22742 which is the WebAPI. To get to angular you should follow the instructions, run ng serve and you should be on http://localhost:4200 which is the WebUI.

Hope that helps.

By commenting out the two lines as mentioned above the features now appear. I don't understand why I would have to comment out "#if FEATURE_SIGNALR" but I think you have more important things to do than investigate this. Closing this issue and marking as answered, if you have comments please open and make them!

Adding another answer because of current sort problem....

Sorry, @ismcagdas, I know you're doing your very best to clear the forum in readiness for 8.2 but: My csproj file: My AppFeatureProvider: My AppFeatures: And when I go to set the chat feature for any of my tenants: Where is the chat feature? My Startup: Is there something obvious I'm doing wrong or should I just comment out this line - #if FEATURE_SIGNALR - in AppFeatureProvider? And my start

Answering this to try push it to the top of the list due to forum sorting problem.

Showing 101 to 110 of 477 entries