Adding pages.
This commit is contained in:
parent
8482118f66
commit
cbe8d8ee7c
@ -72,5 +72,7 @@ So now, in any callback function* we can get the total number of free
|
|||||||
connections in the `SomePool` class.
|
connections in the `SomePool` class.
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
title=
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Scopes within modules
|
||||||
|
module level variable and how it can fuck you
|
||||||
|
3
src/services/pages.ts
Normal file
3
src/services/pages.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default class PagesService {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user