@chofoza , that's the open-source package. you need to add the CmsKit Pro package to your commercial project.
abp add-module Volo.CmsKit.Pro
@ilitzy we'll try to reproduce the datetime issue
@gvnuysal what's exception trace? can you write in details the reproduce steps.
1.I created a new project ( MVC - EF - 4.2.2)
2. Add Lepton Theme module with source code.
- And :
any comment ?
New packages have been added to Lepton, some of them have been renamed. we made it backwards compatible, but since we cannot change the 4.2.2 version of the CLI. You should do it with 4.3.0 RC version. Or you can completely update your project to the latest preview (if that's not a problem for you)
hi @serdar,
this on my list, I'll check this tomorrow.
that should be
abp new OrderService -t microservice-pro
the document will be fixed.
Hi,
When i create module template with suite, in host folder for Blazor.Server host project not created and preconfigured will you add that next release?
as I remember this is fixed in the next version
I couldn't reproduce your problem. I've installed CLI and Suite v4.2.2
dotnet tool uninstall --global Volo.Abp.Cli
dotnet tool uninstall --global Volo.Abp.Suite
dotnet tool install --global Volo.Abp.Cli --version 4.2.2
abp suite install --version 4.2.2
Created an Angular project with the following command:
abp new Anggular.EfCore04190804 -t app-pro -u angular --mobile none --database-provider ef -csf
Added Book and Author entities with navigation property

Run the project and I can see the typeahead input.

I advise you to create a new project to see the component. and don't forget to add an item to be able to see the typeahead. typeahead doesn't show all items when you click the input. you need to enter some text to see the list