Skip to content

angular template for domestic(china) developers, based on ng-zorro

License

Notifications You must be signed in to change notification settings

BaseCoreVueProject/angular-template

 
 

Repository files navigation

Angular-Template-Abp

angular template for domestic(china) developers, based on ng-zorro

integrate AbpVnext

environment.ts

const baseUrl = 'http://localhost:4200';
const authUrl = 'https://localhost:44386';
const serviceUrl = 'https://localhost:44342';

export const environment = {
  production: false,
  useHash: true,
  localization: {
    defaultResourceName: 'Blog',
  },
  api: {
    baseUrl: './',
    refreshTokenEnabled: true,
    refreshTokenType: 'auth-refresh',
  },
  application: {
    baseUrl,
    name: 'Blog',
    logoUrl: '/assets/logo.png',
  },
  oAuthConfig: {
    issuer: authUrl,
    redirectUri: baseUrl,
    clientId: 'Blog_App',
    responseType: 'code',
    scope: 'offline_access openid profile role email phone Blog',
  },
  apis: {
    default: {
      url: serviceUrl,
      rootNamespace: 'Bcvp.Blog',
    },
  },
};

About

angular template for domestic(china) developers, based on ng-zorro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Less 81.9%
  • TypeScript 16.8%
  • Other 1.3%