Mohamed Amine BCHIR

Results 5 comments of Mohamed Amine BCHIR

Hi, you can try this ``` let OfficeUIFabricVue = require( 'office-ui-fabric-vue' ) Vue.use( OfficeUIFabricVue.default) ```

Hi @super2ni Actually, i didn't try to use it with in spfx project .I created a normal webpack project and inserted those 2 lignes on the top of my main...

@clement911 maybe for configuration as ```CSharp services.AddStripeAccount(configuration, name); ``` and then two choices : * use Strategy Pattern in services to select the account / API key you want to...

@Simonl9l it is possible to use [ServiceDescriptor Describe method](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.servicedescriptor.describe?view=dotnet-plat-ext-3.1#Microsoft_Extensions_DependencyInjection_ServiceDescriptor_Describe_System_Type_System_Type_Microsoft_Extensions_DependencyInjection_ServiceLifetime_) to implement this , and the user will just have to pass the scope from the [ServiceLifetime enum](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.servicelifetime?view=dotnet-plat-ext-3.1)